-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsimple.txt
More file actions
39 lines (39 loc) · 1.13 KB
/
simple.txt
File metadata and controls
39 lines (39 loc) · 1.13 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
Function 'int example.child1(..)':
Mangled name: '_D7example6child1FiZi'
Called by:
int example.child2(..) 2 times
void main() 1 time
Took: 0.000015 seconds (0.118131%)
Finished in: 0.000015 seconds (0.118131%)
Function 'ulong example.fib(..)':
Mangled name: '_D7example3fibFmZm'
Calls:
ulong example.fib(..) 266 times
Called by:
ulong example.fib(..) 266 times
void main() 10 times
Took: 0.011525 seconds (90.252014%)
Finished in: 0.011525 seconds (90.252014%)
Function 'int example.sum(..)':
Mangled name: '_D7example3sumFiiZi'
Called by:
void main() 10 times
Took: 0.000003 seconds (0.026251%)
Finished in: 0.000003 seconds (0.026251%)
Function 'int example.child2(..)':
Mangled name: '_D7example6child2FiZi'
Calls:
int example.child1(..) 2 times
Called by:
void main() 1 time
Took: 0.000107 seconds (0.835667%)
Finished in: 0.000117 seconds (0.914421%)
Function 'void main()':
Mangled name: '_Dmain'
Calls:
int example.child1(..) 1 time
ulong example.fib(..) 10 times
int example.sum(..) 10 times
int example.child2(..) 1 time
Took: 0.001120 seconds (8.767939%)
Finished in: 0.012770 seconds (100.000000%)