diff options
Diffstat (limited to 'experiments')
| -rw-r--r-- | experiments/profile_remote.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/experiments/profile_remote.py b/experiments/profile_remote.py index f35bac2..ca673db 100644 --- a/experiments/profile_remote.py +++ b/experiments/profile_remote.py @@ -47,6 +47,7 @@ CALLS = { # One full listing page, exactly as the background grower asks for it. "heads": 'heads(addr=a["addr"], count=500, annotate=True)', "heads_plain": 'heads(addr=a["addr"], count=500, annotate=False)', + "heads_skeleton": 'heads(addr=a["addr"], count=500, annotate=True, text=False)', "decompile": 'decompile(a["addr"])', "disasm": 'disasm(a["addr"], 500)', } |
