Sha256: 5fbbb85d518dc884388517a5a06936813235d7a8a5a43b55bd790237352ecc14

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 Bytes

Contents

/*
cpucycles gettimeofday.h version 20060318
D. J. Bernstein
Public domain.
*/

#ifndef CPUCYCLES_gettimeofday_h
#define CPUCYCLES_gettimeofday_h

#ifdef __cplusplus
extern "C" {
#endif

extern long long cpucycles_gettimeofday(void);
extern long long cpucycles_gettimeofday_persecond(void);

#ifdef __cplusplus
}
#endif

#ifndef cpucycles_implementation
#define cpucycles_implementation "gettimeofday"
#define cpucycles cpucycles_gettimeofday
#define cpucycles_persecond cpucycles_gettimeofday_persecond
#endif

#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_nacl-0.1.2 ext/ruby_nacl/NaCl/cpucycles/gettimeofday.h
ruby_nacl-0.1.1 ext/ruby_nacl/NaCl/cpucycles/gettimeofday.h
ruby_nacl-0.1.0 ext/ruby_nacl/NaCl/cpucycles/gettimeofday.h