pike.git/
src/
pike_rusage.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-19
2004-05-19 20:57:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ae7da08efd802825394be47deca07df5b3c7413d (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added get_real_time().
Rev: src/pike_rusage.h:1.17
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: pike_rusage.h,v 1.
16
2003
/
11
/
27
19:57:
35
mast
Exp $
+
|| $Id: pike_rusage.h,v 1.
17
2004
/
05
/
19
20
:57:
04
grubba
Exp $
*/ #ifndef PIKE_RUSAGE_H
41:
#define PRINT_CPU_TIME "lu" #endif cpu_time_t get_cpu_time (void);
+
cpu_time_t get_real_time(void);
INT32 internal_rusage(void); /* For compatibility. */