![]() |
|
PhoenixThread
1.0.0
Tools to ease parallel programming in C++
|
Include dependency graph for PMultiThreadProgress.cpp:Go to the source code of this file.
Functions | |
| void | phoenix_print_parallel_progress (PMultiThreadProgress &progress, int refreshSecond) |
| Print the parallel progression of the computing. | |
| void phoenix_print_parallel_progress | ( | PMultiThreadProgress & | progress, |
| int | refreshSecond ) |
Print the parallel progression of the computing.
| progress | : PMultiThreadProgress which print all progress bars |
| refreshSecond | : number of second between two refresh of the progress bars |
Definition at line 17 of file PMultiThreadProgress.cpp.
References PMultiThreadProgress::isFinished(), PMultiThreadProgress::print(), and PMultiThreadProgress::printSummary().
Referenced by phoenix_program_callParallelProgressBar().
Here is the call graph for this function:
Here is the caller graph for this function: