Re: QueryPerformanceFrequency
From: Vincent Fatica (abuse_at_localhost.com)
Date: 12/15/04
- Next message: Maitre Bart: "Re: STL and thread-safety"
- Previous message: Bonj: "Re: length of a string?"
- Next in thread: Bonj: "Re: QueryPerformanceFrequency"
- Reply: Bonj: "Re: QueryPerformanceFrequency"
- Messages sorted by: [ date ] [ thread ]
Date: 14 Dec 2004 20:03:59 -0500
On Tue, 14 Dec 2004 08:41:04 -0800, "Bonj"
<Bonj@discussions.microsoft.com> wrote:
>printf("Done %d iterations of %s in %d, at frequency of %d\n", iterations,
>ALGDESC, finish.QuadPart - start.QuadPart, freq.QuadPart);
Use %I64d when printing 64-bit ints, and in particular, with PerfCounts
or frequencies, %I64u.
-- - Vince
- Next message: Maitre Bart: "Re: STL and thread-safety"
- Previous message: Bonj: "Re: length of a string?"
- Next in thread: Bonj: "Re: QueryPerformanceFrequency"
- Reply: Bonj: "Re: QueryPerformanceFrequency"
- Messages sorted by: [ date ] [ thread ]