Home
last modified time | relevance | path

Searched refs:ps_tool_timer_create (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/tests/output/
H A Dex30_6.out1 ps_tool_timer_create("Main Stage")
3 ps_tool_timer_create("Event2")
4 ps_tool_timer_create("Event1")
5 ps_tool_timer_create("Event3")
12 ps_tool_timer_create("Stage1")
13 ps_tool_timer_create("Stage2")
/petsc/src/sys/perfstubs/
H A Dpstimer.c84 PS_WEAK_PRE void* ps_tool_timer_create(const char *) PS_WEAK_POST;
118 timer_create_functions[0] = &ps_tool_timer_create; in initialize_library()
/petsc/src/sys/tests/
H A Dex30.c25 PETSC_EXTERN void *ps_tool_timer_create(const char name[]) in ps_tool_timer_create() function