summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/basic_perf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fri May 5 14:33:29 UTC 2006 Ciju John <john_c@ociweb.com>oci_wchar_refactor_post_1_5_1_branchjohn_c2006-05-081-1/+1
* ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2005-01-211-1/+1
* ChangeLogTag:Wed Jun 16 15:02:39 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-06-161-0/+1
* ChangeLogTag:Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-011-1/+2
* ChangeLogTag:Wed Mar 6 14:43:34 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-03-061-1/+1
* ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-12-261-2/+2
* ChangeLogTag: Wed Nov 21 12:48:08 2001 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2001-11-211-3/+3
* ChangeLogTag:Fri May 11 10:25:00 2001 Douglas C. Schmidt <schmidt@tango.doc...schmidt2001-05-111-1/+1
* ChangeLogTag:Thu May 25 19:39:59 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-05-261-0/+1
* (iteration_time): added static cast 0 to ACE_hrtime_t to please g++levine1998-10-201-1/+1
* Added ACE_RCSID to performance-tests/gonzo1998-08-031-0/+2
* (per_iteration): use ACE_CU64_TO_CU32 for narrowing the constlevine1998-06-271-1/+1
* (iteration_time): oops, call per_iteration with ACE_hrtime_t, not doublelevine1998-06-241-1/+1
* (iteration_time): check for elapsed_time_ less than empty_iteration_time_, an...levine1998-06-241-1/+3
* added explicit ACE_U64_TO_U32 conversion macrolevine1998-06-161-3/+1
* With MSVC 5.0, do something in the empty iteration because otherwise it gets ...levine1998-03-181-1/+4
* divide ACE_hrtime_t by ACE_UINT32, to prevent ambiguity with ACE_U_LongLong o...levine1998-02-091-30/+31
* *** empty log message ***schmidt1997-08-101-112/+96
* (per_iteration): added support for ACE_U_LongLonglevine1997-07-241-1/+4
* reorganized and added non-optimizablee virtual function call testlevine1997-07-171-107/+498
* added basic_perf to test virtual function call costlevine1997-07-141-0/+259