IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2016, 2:05:57 PM (10 years ago)
Author:
eugene
Message:

more timing tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_compress_T.c

    r39340 r39349  
    3030static float timeSum2a = 0.0;
    3131static float timeSum2b = 0.0;
    32 static float timeSum2c = 0.0;
     32static float timeSum2c = 0.0; // do the compression
    3333static float timeSum2d = 0.0;
    34 static float timeSum2e = 0.0;
     34static float timeSum2e = 0.0; // insert data in table
    3535static float timeSum3 = 0.0;
    3636
    3737void gfits_compress_timing () {
    38   return;
    3938
    4039  fprintf (stderr, "cmp times: %f %f %f\n", timeSum1, timeSum2, timeSum3);
Note: See TracChangeset for help on using the changeset viewer.