-
- Downloads
A couple of new routines to query usage of children
The type timer_t got two new kind of methods to query information about the resource usage if its children. The method %get_in_children queries the seconds spent in all children of the queried node, and %get_without_children conversely returns the number of seconds spent excluding all children. Additionally, there also version where the node in question is passed directly instead of by a string path (*_node) and versions where the result is a type(value_t) with all measurements (get_value_*).
Showing
- Makefile.am 1 addition, 1 deletionMakefile.am
- examples/c_example.c 10 additions, 6 deletionsexamples/c_example.c
- examples/example.F90 4 additions, 2 deletionsexamples/example.F90
- ftimings/ftimings.F90 159 additions, 1 deletionftimings/ftimings.F90
- ftimings/ftimings.h 6 additions, 14 deletionsftimings/ftimings.h
- ftimings/ftimings_c_support.c 27 additions, 0 deletionsftimings/ftimings_c_support.c
Loading
Please register or sign in to comment