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 inmpi_array.init._process_time.Return type: functionReturns: The time.process_time()function, if available, otherwise, if possible, an equivalent created usingctypes, otherwisetimeit.default_timer().