digitalmars.D.bugs - no profiling data for nested functions
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
# int main(){
# int dummy;
#
# void test(){
# dummy++;
# }
#
# test();
#
# return 0;
# }
- -gt shows only the resource needs of "main"(including "test") without
accounting for "test" on it's own.
Thomas
-----BEGIN PGP SIGNATURE-----
iD8DBQFCTHvM3w+/yD4P9tIRAm3TAJ96K3Pf2jd6oVFxLdRmy9/aN8T2fQCgqvkl
NHAIkMQp8gJ7Tdm7fW/3rhw=
=E9dD
-----END PGP SIGNATURE-----
Mar 31 2005








Thomas Kuehne <thomas-dloop kuehne.thisisspam.cn>