profiling
profiling copied to clipboard
time.clock_gettime is not work in Mac
time.clock_gettime(clk_id)
Return the time of the specified clock clk_id.
Availability: Unix.
New in version 3.3.
time.clock_gettime is only used in Unix,can you have some method to add support to MacOS?
@zjjott The README states that currently profiling is only meant to support Linux.