|
|
1.1 ! root 1: /* profile.h - definitions for profile.dll */ ! 2: ! 3: extern unsigned far pascal PROFCLEAR (int); ! 4: extern unsigned far pascal PROFDUMP (int, char far *); ! 5: extern unsigned far pascal PROFFREE (int); ! 6: extern unsigned far pascal PROFINIT (int, char far *); ! 7: extern unsigned far pascal PROFOFF (int); ! 8: extern unsigned far pascal PROFON (int); ! 9: ! 10: #define PROF_SHIFT 2 /* Power of 2 profile granularity */ ! 11: ! 12: #define MOD_NAME_SIZE 10 /* size of module name */ ! 13: ! 14: /* Profile type */ ! 15: #define PT_SYSTEM 0 /* System profiling */ ! 16: #define PT_USER 1 /* User profiling */ ! 17: #define PT_USEKP 4 /* Kernel support profiling */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.