Skip to content

Commit 6761abd

Browse files
committed
Add '.mvmheap' extension to heap snapshots
1 parent 3cb09ea commit 6761abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/moar/HLL/Backend.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class HLL::Backend::MoarVM {
7373

7474
if $kind eq "heap" {
7575
unless $filename {
76-
$filename := 'heap-snapshot-' ~ nqp::time_n();
76+
$filename := 'heap-snapshot-' ~ nqp::time_n() ~ '.mvmheap';
7777
}
7878
$prof_start_sub(nqp::hash('kind', $kind, 'path', $filename));
7979
} else {

0 commit comments

Comments
 (0)