cprofile always on
This commit is contained in:
parent
b82588848d
commit
e190ff9f84
4 changed files with 0 additions and 16 deletions
|
@ -1,7 +1,5 @@
|
|||
#include "syslib.h"
|
||||
|
||||
#if CPROFILE
|
||||
|
||||
/*===========================================================================*
|
||||
* sys_cprof *
|
||||
*===========================================================================*/
|
||||
|
@ -23,5 +21,3 @@ void *mem_ptr; /* location of allocated memory */
|
|||
return(_taskcall(SYSTASK, SYS_CPROF, &m));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include <minix/config.h>
|
||||
|
||||
#if CPROFILE
|
||||
|
||||
/*===========================================================================*
|
||||
* sys_profbuf *
|
||||
*===========================================================================*/
|
||||
|
@ -19,5 +17,3 @@ void *mem_ptr; /* pointer to profiling table */
|
|||
return(_taskcall(SYSTASK, SYS_PROFBUF, &m));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include <lib.h>
|
||||
|
||||
#if CPROFILE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -284,5 +282,3 @@ PRIVATE void clear_tbl()
|
|||
}
|
||||
}
|
||||
|
||||
#endif /* CPROFILE */
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
#include <lib.h>
|
||||
|
||||
#if CPROFILE
|
||||
|
||||
#include <minix/profile.h>
|
||||
#include <minix/syslib.h>
|
||||
|
||||
|
@ -44,5 +42,3 @@ void *tbl_ptr;
|
|||
sys_profbuf(ctl_ptr, tbl_ptr);
|
||||
}
|
||||
|
||||
#endif /* CPROFILE */
|
||||
|
||||
|
|
Loading…
Reference in a new issue