You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running.md tells me to use --profiling to write profile-rules.txt and points me to check profiling.md.
profiling.md however, does not even mention --profiling. Instead, it tells me to use --smtprof to produce profile.csv and visualize it using script/heatmap.py. --smtprof is not documented in running.md, aside from saying that it is incompatible with --profiling=false.
On top, we have script/prof.py, which is still on Python 2 and digests log.smt. There's no documentation on this one.
Can someone enlighten me? Also, we should fix the docs.
The text was updated successfully, but these errors were encountered:
I'm at a loss about our profiling features:
running.md tells me to use
--profiling
to writeprofile-rules.txt
and points me to check profiling.md.profiling.md however, does not even mention
--profiling
. Instead, it tells me to use--smtprof
to produceprofile.csv
and visualize it usingscript/heatmap.py
.--smtprof
is not documented in running.md, aside from saying that it is incompatible with--profiling=false
.On top, we have
script/prof.py
, which is still on Python 2 and digestslog.smt
. There's no documentation on this one.Can someone enlighten me? Also, we should fix the docs.
The text was updated successfully, but these errors were encountered: