We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb09ea commit 6761abdCopy full SHA for 6761abd
src/vm/moar/HLL/Backend.nqp
@@ -73,7 +73,7 @@ class HLL::Backend::MoarVM {
73
74
if $kind eq "heap" {
75
unless $filename {
76
- $filename := 'heap-snapshot-' ~ nqp::time_n();
+ $filename := 'heap-snapshot-' ~ nqp::time_n() ~ '.mvmheap';
77
}
78
$prof_start_sub(nqp::hash('kind', $kind, 'path', $filename));
79
} else {
0 commit comments