| pv_callees | Get callees of a function |
| pv_callers | Get callers of a function |
| pv_call_depth | Call depth breakdown |
| pv_call_stats | Call statistics summary |
| pv_compare | Compare two profvis profiles |
| pv_compare_many | Compare multiple profvis profiles |
| pv_debrief | Comprehensive profiling data |
| pv_example | Example profvis data |
| pv_file_summary | File-level time summary |
| pv_flame | Text-based flame graph |
| pv_flame_condense | Condensed flame graph |
| pv_focus | Focused analysis of a specific function |
| pv_gc_pressure | Detect GC pressure |
| pv_help | List available debrief functions |
| pv_hot_lines | Hot source lines by self-time |
| pv_hot_paths | Hot call paths |
| pv_memory | Memory allocation by function |
| pv_memory_lines | Memory allocation by source line |
| pv_print_callers_callees | Print caller/callee analysis for a function |
| pv_print_call_depth | Print call depth breakdown |
| pv_print_call_stats | Print call statistics |
| pv_print_compare | Print profile comparison |
| pv_print_compare_many | Print comparison of multiple profiles |
| pv_print_debrief | Print profiling summary |
| pv_print_file_summary | Print file summary |
| pv_print_gc_pressure | Print GC pressure analysis |
| pv_print_hot_lines | Print hot lines with source context |
| pv_print_hot_paths | Print hot paths in readable format |
| pv_print_memory | Print memory allocation summary |
| pv_print_recursive | Print recursive functions analysis |
| pv_print_suggestions | Print optimization suggestions |
| pv_recursive | Detect recursive functions |
| pv_self_time | Self-time summary by function |
| pv_source_context | Show source context for a specific location |
| pv_suggestions | Generate optimization suggestions |
| pv_total_time | Total time summary by function |
| pv_to_json | Export profiling results as JSON |
| pv_to_list | Export profiling results as a list |
| pv_worst_line | Get the single hottest line |