mpi_array.init.initialise_process_time_timer

mpi_array.init.initialise_process_time_timer()[source]

Loads (or creates) time.process_time() function and caches the function in mpi_array.init._process_time.

Return type:function
Returns:The time.process_time() function, if available, otherwise, if possible, an equivalent created using ctypes, otherwise timeit.default_timer().