FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
profiling-code/python/call_stack.d at main · rudolfolah/profiling-code · GitHub
rudolfolah
/
profiling-code
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
profiling-code
/
python
/
call_stack.d
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (34 loc) · 972 Bytes
Breadcrumbs
profiling-code
/
python
/
call_stack.d
Copy path
File metadata and controls
39 lines (34 loc) · 972 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
self
int
indent
;
python$target
:::
function
-
entry
/
basename
(
copyinstr
(
arg0
))
==
"program.py"
/
{
self
->
trace
=
1
;
}
python$target
:::
function
-
entry
/
self
->
trace
/
{
printf
(
"%d\t%*s:"
,
timestamp
,
15
,
probename
);
printf
(
"%*s"
,
self
->
indent
,
""
);
printf
(
"%s:%s:%d\n"
,
basename
(
copyinstr
(
arg0
)),
copyinstr
(
arg1
),
arg2
);
self
->
indent
++
;
}
python$target
:::
function
-
return
/
self
->
trace
/
{
self
->
indent
--
;
printf
(
"%d\t%*s:"
,
timestamp
,
15
,
probename
);
printf
(
"%*s"
,
self
->
indent
,
""
);
printf
(
"%s:%s:%d\n"
,
basename
(
copyinstr
(
arg0
)),
copyinstr
(
arg1
),
arg2
);
}
python$target
:::
function
-
return
/
basename
(
copyinstr
(
arg0
))
==
"program.py"
/
{
self
->
trace
=
0
;
}
python$target
:::
line
/
basename
(
copyinstr
(
arg0
))
==
"program.py"
/
{
printf
(
"%d\t%*s:"
,
timestamp
,
15
,
probename
);
printf
(
"%*s"
,
self
->
indent
,
""
);
printf
(
"%s:%s:%d\n"
,
basename
(
copyinstr
(
arg0
)),
copyinstr
(
arg1
),
arg2
);
}
Back
|
FazBrowse Home
|
New Git URL