Log In
rpms
/
doxygen
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Blame tests/upstream-test-suite/_057_caller_graphs.tcl
Branch:
16e4f9c8407591ae3f5bef8ab12554e4ef8527e3
c4
c5
c5-plus
c6
c6-plus
c7
c7-beta
c8
c8-beta
c8s
c9
c9-beta
c9s-sig-hyperscale
16e4f9c8407591ae3f5bef8ab12554e4ef8527e3
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
}