Changeset 760 for trunk

Show
Ignore:
Timestamp:
09/14/11 16:36:20 (8 months ago)
Author:
mgalloy
Message:

Using nicer PROFILER output routine.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/idldoc_build_docs.pro

    r656 r760  
    1313  format_style='rst', markup_style='rst' 
    1414 
    15 profiler, /report, data=data 
    16  
    17 openw, lun, 'api-docs/profiler.csv', /get_lun 
    18 printf, lun, data, format='(%"%s, %d, %f, %f, %d")' 
    19 free_lun, lun 
     15mg_profiler_report, filename='api-docs/profiler.html', /html 
    2016 
    2117exit 
  • trunk/overview

    r659 r760  
    2323 
    2424Profiler statistics for the run that produced these API docs can be found 
    25 `here <profiler.csv>`. 
     25`here <profiler.html>`. 
    2626 
    2727