Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limehc authored Jun 11, 2024
1 parent ba53712 commit 89d0c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ main()

-Once your in text editor press ctrl v to put in the code you copied. press save or do ctrl s to save.

Check failure on line 86 in report.md

View workflow job for this annotation

GitHub Actions / check_markdown

Trailing spaces [Expected: 0 or 2; Actual: 1]

-Go back to termal and write: python3 -m cProfile -o myscript.prof (the code name you made).py
-Then exit and go back to termal and write: python3 -m cProfile -o myscript.prof (the code name you made).py

-Then write: python3 flameprof.py myscript.prof > output.svg

Check failure on line 90 in report.md

View workflow job for this annotation

GitHub Actions / check_markdown

Trailing spaces [Expected: 0 or 2; Actual: 1]

Expand Down

0 comments on commit 89d0c65

Please sign in to comment.