Log In
rpms
/
doxygen
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Blame tests/upstream-test-suite/_057_caller_graphs.tcl
Branch:
551b0a2a0e20efe9515bc788d7da4f4c21d02a50
c4
c5
c5-plus
c6
c6-plus
c7
c7-beta
c8
c8-beta
c8s
c9
c9-beta
c9s-sig-hyperscale
551b0a2a0e20efe9515bc788d7da4f4c21d02a50
tests
upstream-test-suite
_057_caller_graphs.tcl
Blob
History
Raw
Than Ngo
b7bcaa
proc inFileB args {
Than Ngo
b7bcaa
array set info [info frame 0]; puts -nonewline ->$info(proc)
Than Ngo
b7bcaa
inFileA
Than Ngo
b7bcaa
}