Skip to content

Commit

Permalink
More descriptive header.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Jan 24, 2020
1 parent 3e2a23d commit 620e4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Profiling on a Linux system:
Below is a table comparing various profilers to scalene, running on an example Python program (`benchmarks/julia1_nopil.py`) from the book _High Performance Python_, by Gorelick and Ozsvald. All of these were run on a 2016 MacBook Pro.


| | Time (seconds) | Slowdown | Line-level? | CPU? | Python vs. C? | Memory? | Unmodified code? |
| | Time (seconds) | Slowdown | Line-level? | CPU? | Separates Python from native? | Memory? | Unmodified code? |
| :--- | ---: | ---: | :---: | :---: | :---: | :---: | :---: |
| _original program_ | 6.71s | 1.0x | | | | | |
| | | | | |
Expand Down

0 comments on commit 620e4b0

Please sign in to comment.