Chuck McManis (cmcmanis@freegate.com)
Tue, 17 Feb 1998 18:23:19 -0500
So I've got some algorithms that I'm trying to squeeze more speed
out of, and while I'm not quite as fanatical as the DES search
team I do find myself at a loss for tools. My environment is
VC++5 on a Win95 platform and what I'd like is something like :
long long t1, t2;
t1 = snap_time(); /* time in nSecs */
... do something ...
t2 = snap_time();
printf("This run took %ld nS\n", (long)(t2 - t1));
I've yet to find something in my search through various
manuals...
--Chuck
The following archive was created by hippie-mail 7.98617-22 on Fri Aug 21 1998 - 17:14:55 ADT