Skip to content

Commit

Permalink
funcslower: add a note about nested calls
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Nov 22, 2017
1 parent 61bc92a commit 525f3e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/funcslower.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# return from each function. For commonly-invoked functions like memory allocs
# or file writes, this can be extremely expensive. Mind the overhead.
#
# NOTE: This tool cannot trace nested functions in the same invocation
# due to instrumentation specifics, only innermost calls will be visible.
#
# By default, a minimum millisecond threshold of 1 is used.
#
# Copyright 2017, Sasha Goldshtein
Expand Down

0 comments on commit 525f3e9

Please sign in to comment.