File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,3 +2,78 @@ url: https://emilhvitfeldt.github.io/debrief/
22template :
33 bootstrap : 5
44
5+ reference :
6+ - title : Summary and suggestions
7+ desc : Overview and optimization recommendations
8+ contents :
9+ - pv_summary
10+ - pv_suggestions
11+ - pv_print_suggestions
12+
13+ - title : Time analysis
14+ desc : Function timing breakdowns
15+ contents :
16+ - pv_self_time
17+ - pv_total_time
18+ - pv_call_stats
19+ - pv_print_call_stats
20+
21+ - title : Memory analysis
22+ desc : Memory allocation and garbage collection
23+ contents :
24+ - pv_memory
25+ - pv_memory_lines
26+ - pv_print_memory
27+ - pv_gc_pressure
28+ - pv_print_gc_pressure
29+
30+ - title : Call graph analysis
31+ desc : Function relationships and call patterns
32+ contents :
33+ - pv_callers
34+ - pv_callees
35+ - pv_print_callers_callees
36+ - pv_recursive
37+ - pv_print_recursive
38+ - pv_call_depth
39+ - pv_print_call_depth
40+
41+ - title : Hot spots
42+ desc : Find where time is spent
43+ contents :
44+ - pv_hot_lines
45+ - pv_print_hot_lines
46+ - pv_hot_paths
47+ - pv_print_hot_paths
48+
49+ - title : Visualization
50+ desc : Text-based flame graphs
51+ contents :
52+ - pv_flame
53+ - pv_flame_condense
54+
55+ - title : Source context
56+ desc : Source code and file analysis
57+ contents :
58+ - pv_source_context
59+ - pv_file_summary
60+ - pv_print_file_summary
61+ - pv_focus
62+
63+ - title : Comparison
64+ desc : Compare profiling runs
65+ contents :
66+ - pv_compare
67+ - pv_print_compare
68+ - pv_compare_many
69+ - pv_print_compare_many
70+
71+ - title : Export
72+ desc : Export results for external tools
73+ contents :
74+ - pv_to_json
75+ - pv_to_list
76+
77+ - title : Example data
78+ contents :
79+ - pv_example
You can’t perform that action at this time.
0 commit comments