Skip to content

Commit

Permalink
added profiler.pro as an empty 'stub'
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesDuvert authored Sep 28, 2023
1 parent 3f51bc8 commit 70b6513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pro/utilities/profiler.pro
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 70b6513

Please sign in to comment.