Skip to content

Commit e29fe66

Browse files
committed
adding final changes for profiling
1 parent 5c69466 commit e29fe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/profiling-python-code-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Visual Studio for Mac isn't supported. For more information, see [What's happeni
2929

3030
## Use profiler with CPython-based interpreter
3131

32-
When you profile a Python application, Visual Studio collects data for the lifetime of the process.
32+
When you profile a Python application, Visual Studio collects data for the lifetime of the process, measured in milliseconds (ms).
3333

3434
Follow these steps to start working with the profiling features in Visual Studio:
3535

0 commit comments

Comments
 (0)