Ignore:
Timestamp:
Sep 22, 2011, 6:16:58 PM (12 years ago)
Author:
sam
Message:

core: new benchmark snippet for operations on reals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/benchsuite.cpp

    r961 r977  
    2424using namespace lol;
    2525
     26void bench_real(int mode);
    2627void bench_trig(int mode);
    2728void bench_matrix(int mode);
     
    3031int main(int argc, char **argv)
    3132{
     33    Log::Info("-----------------------\n");
     34    Log::Info(" High precision floats\n");
     35    Log::Info("-----------------------\n");
     36    bench_real(1);
     37
    3238    Log::Info("--------------------------\n");
    3339    Log::Info(" Trigonometry [-1e5, 1e5]\n");
Note: See TracChangeset for help on using the changeset viewer.