Function t8_forest_profile_get_partition_time
Defined in File t8_forest_profiling.h
Function Documentation
-
double t8_forest_profile_get_partition_time(t8_forest_t forest, int *procs_sent)
Get the runtime of the last call to t8_forest_partition.
See also
See also
- Parameters:
forest – [in] The forest.
procs_sent – [out] On output the number of processes that this rank sent elements to in partition if profiling was activated.
- Returns:
The runtime of partition if profiling was activated. 0 otherwise. forest must be committed before calling this function.