- Timestamp:
- 09/14/11 16:36:20 (8 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
idldoc_build_docs.pro (modified) (1 diff)
-
overview (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/idldoc_build_docs.pro
r656 r760 13 13 format_style='rst', markup_style='rst' 14 14 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 15 mg_profiler_report, filename='api-docs/profiler.html', /html 20 16 21 17 exit -
trunk/overview
r659 r760 23 23 24 24 Profiler statistics for the run that produced these API docs can be found 25 `here <profiler. csv>`.25 `here <profiler.html>`. 26 26 27 27
