You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since SnakeViz only supports cProfile and pstats modules which don't provide extremely high accuracy (resolution of 0.001 ~ 1000 ticks/second) compare to those from time module in the table below). I wonder if is there a way to use/produce profiler from SnakeViz with higher tick rate (top 3 choices from the table below). Also, how much more value do you think I can gain from these higher tick rate options, compared to just using the current method (cProfile).
Since SnakeViz only supports cProfile and pstats modules which don't provide extremely high accuracy (resolution of 0.001 ~ 1000 ticks/second) compare to those from time module in the table below). I wonder if is there a way to use/produce profiler from SnakeViz with higher tick rate (top 3 choices from the table below). Also, how much more value do you think I can gain from these higher tick rate options, compared to just using the current method (cProfile).
Link to table
![image](https://user-images.githubusercontent.com/38757448/171654189-783c1df3-6963-46ee-921d-9c4d3ae02d96.png)
The text was updated successfully, but these errors were encountered: