Skip to content

Commit edf2076

Browse files
authored
Update --profile-filename
to include info that we can do SQL format now too
1 parent d0de40f commit edf2076

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/Programs/00-running.pod6

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ compiled code.
3838
heap - record heap snapshots after every
3939
garbage collector run
4040
--profile-filename=name
41-
provide a different filename; if the name ends in
42-
.json, instrumented profiles will be written as
43-
JSON instead of HTML
41+
provide a different filename for profile. Extension
42+
controls format:
43+
.json outputs in JSON
44+
.sql outputs in SQL
45+
any other extension outputs in HTM
4446
--doc=module use Pod::To::[module] to render inline documentation
4547
4648
=end code

0 commit comments

Comments
 (0)