-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.56 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
S3method(print,debrief_call_depth)
S3method(print,debrief_call_stats)
S3method(print,debrief_callers_callees)
S3method(print,debrief_compare)
S3method(print,debrief_compare_many)
S3method(print,debrief_debrief)
S3method(print,debrief_file_summary)
S3method(print,debrief_flame)
S3method(print,debrief_flame_condense)
S3method(print,debrief_focus)
S3method(print,debrief_gc_pressure)
S3method(print,debrief_help)
S3method(print,debrief_hot_lines)
S3method(print,debrief_hot_paths)
S3method(print,debrief_memory)
S3method(print,debrief_recursive)
S3method(print,debrief_source_context)
S3method(print,debrief_suggestions)
export(pv_call_depth)
export(pv_call_stats)
export(pv_callees)
export(pv_callers)
export(pv_compare)
export(pv_compare_many)
export(pv_debrief)
export(pv_example)
export(pv_file_summary)
export(pv_flame)
export(pv_flame_condense)
export(pv_focus)
export(pv_gc_pressure)
export(pv_help)
export(pv_hot_lines)
export(pv_hot_paths)
export(pv_memory)
export(pv_memory_lines)
export(pv_print_call_depth)
export(pv_print_call_stats)
export(pv_print_callers_callees)
export(pv_print_compare)
export(pv_print_compare_many)
export(pv_print_debrief)
export(pv_print_file_summary)
export(pv_print_gc_pressure)
export(pv_print_hot_lines)
export(pv_print_hot_paths)
export(pv_print_memory)
export(pv_print_recursive)
export(pv_print_suggestions)
export(pv_recursive)
export(pv_self_time)
export(pv_source_context)
export(pv_suggestions)
export(pv_to_json)
export(pv_to_list)
export(pv_total_time)
export(pv_worst_line)
importFrom(utils,head)