IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2015, 11:46:15 AM (11 years ago)
Author:
eugene
Message:

add compression timing and fix opt build issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/table/F_uncompress_T.c

    r38425 r38429  
    5858
    5959void gfits_uncompress_timing () {
    60   fprintf (stderr, "times: %f %f %f\n", timeSum1, timeSum2, timeSum3);
    61   fprintf (stderr, "times: %f %f %f %f %f %f\n", timeSum2a, timeSum2b, timeSum2c, timeSum2d, timeSum2e, timeSum2f);
     60  fprintf (stderr, "unc times: %f %f %f\n", timeSum1, timeSum2, timeSum3);
     61  fprintf (stderr, "unc times: %f %f %f %f %f %f\n", timeSum2a, timeSum2b, timeSum2c, timeSum2d, timeSum2e, timeSum2f);
    6262
    6363  timeSum1 = 0.0;
Note: See TracChangeset for help on using the changeset viewer.