Timeslices during continuous profiling isn't showing entire execution time #1298
Unanswered
corsairius
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A script runs for 12 minutes and not seeing any consistency in the elapsed time for the script's activities.
The Python script is executed within a vscode Python testing setup profiling parsing a sample script. When the timeslice is selected, the expected visualization would be expected to indicate total execution time, however, the total execution time slips to seconds instead of 12 minutes. It would be expected that continuous profiling would indicate an aggregate of time for the selected preset, or zero when idle.
After Python Test (11.46 minutes):
Selecting the above time range does not show the correct total time (17.13 seconds):
Any help is appreciated.
Thanks!
--Joe.
Beta Was this translation helpful? Give feedback.
All reactions