@@ -331,9 +331,9 @@ export const heapProfile = new Profile({
331331 location : heapLocations ,
332332 function : heapFunctions ,
333333 stringTable : buildStringTable ( [
334- 'objects ' ,
334+ 'inuse_objects ' ,
335335 'count' ,
336- 'space ' ,
336+ 'inuse_space ' ,
337337 'bytes' ,
338338 'main' ,
339339 'function1' ,
@@ -442,9 +442,9 @@ export const heapProfileWithExternal = new Profile({
442442 location : heapLocationsWithExternal ,
443443 function : heapFunctionsWithExternal ,
444444 stringTable : buildStringTable ( [
445- 'objects ' ,
445+ 'inuse_objects ' ,
446446 'count' ,
447- 'space ' ,
447+ 'inuse_space ' ,
448448 'bytes' ,
449449 '(external)' ,
450450 'main' ,
@@ -517,9 +517,9 @@ export const anonymousFunctionHeapProfile = new Profile({
517517 location : anonymousFunctionHeapLocations ,
518518 function : anonymousFunctionHeapFunctions ,
519519 stringTable : buildStringTable ( [
520- 'objects ' ,
520+ 'inuse_objects ' ,
521521 'count' ,
522- 'space ' ,
522+ 'inuse_space ' ,
523523 'bytes' ,
524524 '(anonymous:L#1:C#5)' ,
525525 'main' ,
@@ -741,9 +741,9 @@ export const heapProfileIncludePath = new Profile({
741741 location : heapIncludePathLocations ,
742742 function : heapIncludePathFunctions ,
743743 stringTable : buildStringTable ( [
744- 'objects ' ,
744+ 'inuse_objects ' ,
745745 'count' ,
746- 'space ' ,
746+ 'inuse_space ' ,
747747 'bytes' ,
748748 'baz' ,
749749 'foo.ts' ,
@@ -805,9 +805,9 @@ export const heapProfileIncludePathWithLabels = new Profile({
805805 location : heapIncludePathLocations ,
806806 function : heapIncludePathFunctions ,
807807 stringTable : buildStringTable ( [
808- 'objects ' ,
808+ 'inuse_objects ' ,
809809 'count' ,
810- 'space ' ,
810+ 'inuse_space ' ,
811811 'bytes' ,
812812 'baz' ,
813813 'foo.ts' ,
@@ -871,9 +871,9 @@ export const heapProfileExcludePath = new Profile({
871871 location : heapExcludePathLocations ,
872872 function : heapExcludePathFunctions ,
873873 stringTable : buildStringTable ( [
874- 'objects ' ,
874+ 'inuse_objects ' ,
875875 'count' ,
876- 'space ' ,
876+ 'inuse_space ' ,
877877 'bytes' ,
878878 'baz' ,
879879 'foo.ts' ,
@@ -1043,9 +1043,9 @@ export const heapSourceProfile = new Profile({
10431043 location : heapSourceLocations ,
10441044 function : heapSourceFunctions ,
10451045 stringTable : buildStringTable ( [
1046- 'objects ' ,
1046+ 'inuse_objects ' ,
10471047 'count' ,
1048- 'space ' ,
1048+ 'inuse_space ' ,
10491049 'bytes' ,
10501050 'foo1' ,
10511051 path . join ( mapDirPath , 'foo.ts' ) ,
0 commit comments