what-studio / profiling

Was an interactive continuous Python profiler.
BSD 3-Clause "New" or "Revised" License
2.97k stars 113 forks source link

time.clock_gettime is not work in Mac #42

Open zjjott opened 7 years ago

zjjott commented 7 years ago
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?

ghost commented 6 years ago

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