profiling icon indicating copy to clipboard operation
profiling copied to clipboard

time.clock_gettime is not work in Mac

Open zjjott opened this issue 8 years ago • 1 comments

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 avatar Jul 21 '17 03:07 zjjott

@zjjott The README states that currently profiling is only meant to support Linux.

ghost avatar Nov 27 '17 07:11 ghost