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