diff --git a/src/pro/utilities/profiler.pro b/src/pro/utilities/profiler.pro new file mode 100644 index 000000000..4908ff294 --- /dev/null +++ b/src/pro/utilities/profiler.pro @@ -0,0 +1,5 @@ +; this is a 'stub' waiting for a real PROFILER procedure written in C++ in GDL +pro profiler, module, clear=cler, code_coverage=code_coverage, data=data, filename=filename, output=output, report=report, reset= reset, system=system + if ISA(report) and ISA(data) then Message,/informational,"PROFILER is not implemented in GDL, sorry." +end +