Joseph H. Buehler wrote: > What's the trick to getting -prof to output useful information? I > never see any of my own classes in the output. Maybe this is because > I am using TYA and something is not implemented? Yes, TYA and binary forms of shuJIT don't let -prof option work. You can compile shuJIT which support -prof. Add -DENABLE_PROFILING to CDEBUGFLAGS or CFLAGS line in GNUmakefile and make it. Kazuyuki SHUDO Happy Hacking! Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.
- -prof:file option usage? Joseph H. Buehler
- SHUDO Kazuyuki