1OBNAM-VIEWPROF(1) General Commands Manual OBNAM-VIEWPROF(1)
2
3
4
6 obnam-viewprof - show Python profiler output
7
9 obnam-viewprof profile [sort-order]
10
12 obnam-viewprof shows a plain text version of Python profiler output.
13 You can generate such output from Obnam by setting the OBNAM_PROFILE
14 environment variable to a filename. The profile will be written to
15 that filename, and you should give it to obnam-viewprof as an argument.
16
17 The sort-order argument defaults to cumulative and can be any of the
18 orderings that the Python pstats library supports.
19
20 obnam-viewprof is mainly useful for those developing obnam(1).
21
23 obnam(1).
24
25
26
27 OBNAM-VIEWPROF(1)