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
To start with I expect CPU profiler to have following actions:
Start CPU profiling : This action will start tracking all methods/function the code is executing.
Stop CPU profiling : This action will stop tracking all methods/functions the code is executing.
Capture CPU profiling snapshot : This action will capture a Snapshot of all methods/functions that were ran between starting and stopping CPU profiling. It is like a snapshot of what the program did during time interval t1 and t2.
View What the program is doing currently : This action will show what the program is doing currently.
The text was updated successfully, but these errors were encountered:
To start with I expect CPU profiler to have following actions:
The text was updated successfully, but these errors were encountered: