|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Definitions for accessing cycle counters on a given machine, if possible.
5: *
6: * Copyright 1998 Bernd Schmidt
7: */
8:
9: typedef unsigned __int64 frame_time_t;
10:
11: extern frame_time_t read_processor_time (void);
12: #pragma aux read_processor_time = \
13: "rdtsc" \
14: value [eax edx];
15:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.