A cleaner hack.
--HG-- extra : convert_revision : 8992af33f2779a8d9dc357e648ba39005d0c971a
This commit is contained in:
@@ -98,12 +98,15 @@ Statistics::regStats(const string &_name)
|
||||
.flags(total | pdf | nozero | nonan)
|
||||
;
|
||||
|
||||
//@todo This needs to get the names of syscalls from an appropriate place.
|
||||
#if 0
|
||||
for (int i = 0; i < SystemCalls<Tru64>::Number; ++i) {
|
||||
const char *str = "Please fix me";//SystemCalls<Tru64>::name(i);
|
||||
const char *str = SystemCalls<Tru64>::name(i);
|
||||
if (str) {
|
||||
_syscall.subname(i, str);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user