mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-02 14:04:15 +00:00
Removed C++ style comments; added CPU clock measuring code
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@29 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
parent
7774c94046
commit
9cf8005f3a
12 changed files with 179 additions and 30 deletions
|
@ -240,6 +240,7 @@ static int parse_cmdline(int argc, char** argv)
|
|||
recog = 1;
|
||||
}
|
||||
if (!strcmp(arg, "--clock-rdtsc")) {
|
||||
need_clockreport = 1;
|
||||
need_timed_clockreport = 1;
|
||||
recog = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue