-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.log
124 lines (121 loc) · 3.04 KB
/
test.log
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
meta: [
registered_name: Mix.TasksServer,
dictionary: [
"$ancestors": [Mix.Supervisor, #PID<0.108.0>],
"$initial_call": {Mix.TasksServer, :"-start_link/1-fun-0-", 0}
],
group_leader: #PID<0.107.0>,
status: :waiting
],
signals: [
links: [#PID<0.109.0>],
monitors: [],
monitored_by: [],
trap_exit: false
],
location: [
initial_call: {:proc_lib, :init_p, 5},
current_stacktrace: [
{:gen_server, :loop, 7, [file: 'gen_server.erl', line: 394]},
{:proc_lib, :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 249]}
]
],
memory_used: [
memory: 8844,
message_queue_len: 0,
heap_size: 610,
total_heap_size: 986,
garbage_collection: [
max_heap_size: %{error_logger: true, kill: true, size: 0},
min_bin_vheap_size: 46422,
min_heap_size: 233,
fullsweep_after: 65535,
minor_gcs: 7
]
],
work: [reductions: 832]
]
iex(1)> Profiler.test
[
meta: [
registered_name: [],
dictionary: [
iex_history: %IEx.History{queue: {[], []}, size: 0, start: 1},
"$initial_call": {IEx.Evaluator, :init, 4},
iex_server: #PID<0.76.0>,
"$ancestors": [#PID<0.76.0>],
iex_evaluator: :ack
],
group_leader: #PID<0.64.0>,
status: :running
],
signals: [
links: [],
monitors: [],
monitored_by: [#PID<0.76.0>],
trap_exit: false
],
location: [
initial_call: {:proc_lib, :init_p, 5},
current_stacktrace: [
{:recon, :proc_info, 2, [file: 'src/recon.erl', line: 235]},
{:recon, :info_type, 3, [file: 'src/recon.erl', line: 223]},
{:recon, :"-info/1-lc$^0/1-0-", 2, [file: 'src/recon.erl', line: 181]},
{:recon, :"-info/1-lc$^0/1-0-", 2, [file: 'src/recon.erl', line: 181]},
{:erl_eval, :do_apply, 6, [file: 'erl_eval.erl', line: 680]},
{:elixir, :eval_forms, 4, [file: 'src/elixir.erl', line: 275]},
{IEx.Evaluator, :handle_eval, 5,
[file: 'lib/iex/evaluator.ex', line: 257]}
]
],
memory_used: [
memory: 16780,
message_queue_len: 0,
heap_size: 1598,
total_heap_size: 1974,
garbage_collection: [
max_heap_size: %{error_logger: true, kill: true, size: 0},
min_bin_vheap_size: 46422,
min_heap_size: 233,
fullsweep_after: 65535,
minor_gcs: 9
]
],
work: [reductions: 2177]
]
iex(1)> Profiler.test
[
meta: [
registered_name: [],
dictionary: [],
group_leader: #PID<0.64.0>,
status: :waiting
],
signals: [
links: [],
monitors: [],
monitored_by: [#PID<0.188.0>],
trap_exit: false
],
location: [
initial_call: {SampleProgram, :sleep, 1},
current_stacktrace: [
{Process, :sleep, 1, [file: 'lib/process.ex', line: 250]}
]
],
memory_used: [
memory: 2748,
message_queue_len: 0,
heap_size: 233,
total_heap_size: 233,
garbage_collection: [
max_heap_size: %{error_logger: true, kill: true, size: 0},
min_bin_vheap_size: 46422,
min_heap_size: 233,
fullsweep_after: 65535,
minor_gcs: 0
]
],
work: [reductions: 22]
]