Sha256: f33a0cadc847e6292e41a8f62980016e2598a24d22995bc6f26c925bd9681562

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 Bytes

Contents

/*
cpucycles monotonic.h version 20100803
D. J. Bernstein
Public domain.
*/

#ifndef CPUCYCLES_monotonic_h
#define CPUCYCLES_monotonic_h

#ifdef __cplusplus
extern "C" {
#endif

extern long long cpucycles_monotonic(void);
extern long long cpucycles_monotonic_persecond(void);

#ifdef __cplusplus
}
#endif

#ifndef cpucycles_implementation
#define cpucycles_implementation "monotonic"
#define cpucycles cpucycles_monotonic
#define cpucycles_persecond cpucycles_monotonic_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/monotonic.h
ruby_nacl-0.1.1 ext/ruby_nacl/NaCl/cpucycles/monotonic.h
ruby_nacl-0.1.0 ext/ruby_nacl/NaCl/cpucycles/monotonic.h