Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Precision of wall is around 1 microsecond, user and system are around 10 millisecond (on Linux).
Start timing (should not be used internally in DOLFIN!)
Return elapsed wall time (should not be used internally in DOLFIN!)
Return wall time elapsed since some implementation dependent epoch
Return a summary of timings and tasks in a Table, optionally clearing stored timings
DEPRECATED: List a summary of timings and tasks, optionally clearing stored timings. MPI_AVG reduction is printed. Collective on MPI_COMM_WORLD. Only wall time is printed.
List a summary of timings and tasks, optionally clearing stored timings. MPI_AVG reduction is printed. Collective on MPI_COMM_WORLD.
Dump a summary of timings and tasks to XML file, optionally clearing stored timings. MPI_MAX, MPI_MIN and MPI_AVG reductions are stored. Collective on MPI_COMM_WORLD.
Return timing (count, total wall time, total user time, total system time) for given task, optionally clearing all timings for the task