Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 13, 2024
1 parent 48eb67c commit ef41cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions line_profiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ def main():
unexpected or no results. All profiling also adds some amount of overhead to
the runtime, which may influence which parts of the code become bottlenecks.
Line profiler only meausres the time between the start and end of a Python
Line profiler only measures the time between the start and end of a Python
call, so for benchmarking GPU code (e.g. with torch), which have asynchronous
or delayed behavior, it will only show the time to sync blocking calls in the
main thread.
Other profilers have different limitations and different tradeoffs. It's good
Other profilers have different limitations and different trade-offs. It's good
to be aware of the right tool for the job. Here is a short list of other
profiling tools:
Expand Down

0 comments on commit ef41cfa

Please sign in to comment.