How do you run it?
| % valgrind --tool=cachegrind pike | ... | .../master.pike:350: Failed to index module 'Files' with 'Stat' (module doesn't exist?)
I've compiled with --with-valgrind.
/ Mirar
Previous text:
2004-01-17 01:50: Subject: file limits
Well. After 65 minutes user time cachegrind has decided its optimization todo. (Ir=instructions, Dr=data reads. Dw=data writes)
Ir Dr Dw file:function
88,059,178,111 42,955,588,163 4,295,926,320 program.c:really_low_find_shared_string_identifier 84,919,770 50,782,803 12,208,676 y.tab.c:yyparse 47,592,824 19,994,402 9,505,154 operators.c:f_add 45,815,009 22,484,729 3,141,369 stralloc.c:low_do_hash 27,212,209 7,719,604 4,777,904 ???:_IO_vfprintf 26,784,098 11,787,918 4,979,221 lexer0.h:yylex0 25,957,914 12,781,687 4,063,093 preprocessor.h:lower_cpp0 19,901,526 9,591,678 3,970,340 stralloc.c:internal_findstring
/ Martin Nilsson (saturator)