tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
48 stars 11 forks source link

tools: Fix handling for `file` argument to of `-XjavaProf=` option. #4204

Closed fridis closed 6 days ago

fridis commented 1 week ago

The file name was forgotten when the profiler was started.

Also fixed formatting to conform to our / GNU style guides.

fix #4201.