Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
python-uga
training-hpc
Commits
972158f0
Commit
972158f0
authored
Sep 27, 2021
by
Franck Thollard
Browse files
adding printing line to prof.py for pyprof2calltree
parent
e8b31b25
Pipeline
#76131
passed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pyfiles/dtw_cort_dist/V0_numpy_loops/prof.py
View file @
972158f0
...
...
@@ -26,4 +26,5 @@ print('\nelapsed time = {:.3f} s'.format(t_end - t0))
print
(
'
\n
with gprof2dot and graphviz (command dot):
\n
'
'gprof2dot -f pstats prof.pstats | dot -Tpng -o prof.png'
)
'gprof2dot -f pstats prof.pstats | dot -Tpng -o prof.png'
'pyprof2calltree -i prof.pstats -k'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment