LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
task::tasks Namespace Reference

Functions

void tasks_list ()
void tasks_graph ()
void tasks_selection ()
void time_report ()
 TASK_GROUP ("0. Tasks")
 TASK_DECLARE ("task-list","list registered tasks", tasks_list,"")
 List all the existing tasks.
 TASK_DECLARE ("task-graph","show task graph", tasks_graph,"")
 Dump task graph.
 TASK_DECLARE ("task-selection","list tasks to be run", tasks_selection,"")
 List the selected tasks in order.
 TASK_DECLARE ("time-report","report execution times", time_report,"")
 Ask for a time report at the end of the execution.

Function Documentation

task::tasks::TASK_DECLARE ( "task-list"  ,
"list registered tasks"  ,
tasks_list  ,
""   
)

List all the existing tasks.

task::tasks::TASK_DECLARE ( "task-graph"  ,
"show task graph"  ,
tasks_graph  ,
""   
)

Dump task graph.

task::tasks::TASK_DECLARE ( "task-selection"  ,
"list tasks to be run"  ,
tasks_selection  ,
""   
)

List the selected tasks in order.

task::tasks::TASK_DECLARE ( "time-report"  ,
"report execution times"  ,
time_report  ,
""   
)

Ask for a time report at the end of the execution.

task::tasks::TASK_GROUP ( "0. Tasks"  )
void task::tasks::tasks_graph ( )
void task::tasks::tasks_list ( )
void task::tasks::tasks_selection ( )
void task::tasks::time_report ( )