Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Dec 17, 2016
1 parent dcd5200 commit 5c1b827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/performance.pod6
Expand Up @@ -52,7 +52,7 @@ be slow to open in a browser. In that case, if you use the C<--profile-filename=
an extension of C<.json>, you can use the L<Qt viewer|https://github.com/tadzik/p6profiler-qt> on the resulting
JSON file.
Another option (especially useful for profiles too big even for the Qt viewer) is to use an extention of C<.sql>.
Another option (especially useful for profiles too big even for the Qt viewer) is to use an extension of C<.sql>.
This will write the profile data as a series of SQL statements, suitable for opening in SQLite.
# create a profile
Expand Down

0 comments on commit 5c1b827

Please sign in to comment.