-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
88 lines (77 loc) · 1.81 KB
/
Copy path_pkgdown.yml
File metadata and controls
88 lines (77 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
url: https://r-lib.github.io/debrief/
template:
bootstrap: 5
articles:
- title: Case studies
navbar: ~
contents:
- case-study-tidypredict
reference:
- title: Summary and suggestions
desc: Overview and optimization recommendations
contents:
- pv_help
- pv_debrief
- pv_print_debrief
- pv_suggestions
- pv_print_suggestions
- title: Time analysis
desc: Function timing breakdowns
contents:
- pv_self_time
- pv_total_time
- pv_call_stats
- pv_print_call_stats
- title: Memory analysis
desc: Memory allocation and garbage collection
contents:
- pv_memory
- pv_memory_lines
- pv_print_memory
- pv_gc_pressure
- pv_print_gc_pressure
- title: Call graph analysis
desc: Function relationships and call patterns
contents:
- pv_callers
- pv_callees
- pv_print_callers_callees
- pv_recursive
- pv_print_recursive
- pv_call_depth
- pv_print_call_depth
- title: Hot spots
desc: Find where time is spent
contents:
- pv_hot_lines
- pv_print_hot_lines
- pv_worst_line
- pv_hot_paths
- pv_print_hot_paths
- title: Visualization
desc: Text-based flame graphs
contents:
- pv_flame
- pv_flame_condense
- title: Source context
desc: Source code and file analysis
contents:
- pv_source_context
- pv_file_summary
- pv_print_file_summary
- pv_focus
- title: Comparison
desc: Compare profiling runs
contents:
- pv_compare
- pv_print_compare
- pv_compare_many
- pv_print_compare_many
- title: Export
desc: Export results for external tools
contents:
- pv_to_json
- pv_to_list
- title: Example data
contents:
- pv_example