Skip to content
Snippets Groups Projects
Commit dee40d9b authored by Martin Lange's avatar Martin Lange
Browse files

lower node and edge threshold in profiling graph

parent d984acae
No related branches found
No related tags found
1 merge request!237Optimize units etc.
......@@ -10,7 +10,7 @@ for filename in benchmarks/profiling/*.py; do
then
echo "$fn"
python benchmarks/profiling/"$fn".py prof/"$fn".pstats
gprof2dot --colour-nodes-by-selftime -f pstats prof/"$fn".pstats > prof/"$fn".dot
gprof2dot --colour-nodes-by-selftime -f pstats prof/"$fn".pstats -n 0.1 -e 0.02 > prof/"$fn".dot
dot -Tsvg -o prof/"$fn".svg prof/"$fn".dot
dot -Tpng -o prof/"$fn".png prof/"$fn".dot
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment