Skip to content

Commit e4667cf

Browse files
authored
Merge pull request #107 from DataDog/ishabi/node-profile-heap
[Node.js] disable source maps in node heap
2 parents a55a83f + cbf8287 commit e4667cf

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

scenarios/node_code_hotspots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"@datadog/pprof": "dev"
1111
},
1212
"scale_by_duration": true
13-
}
13+
}

scenarios/node_heap/expected_profile.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"stack-content": [
77
{
88
"regular_expression": "processTimers;listOnTimeout;work;b;slice",
9-
"percent": 66,
10-
"error_margin": 5
9+
"percent": 50,
10+
"error_margin": 10
1111
},
1212
{
1313
"regular_expression": "processTimers;listOnTimeout;work;a;slice",
14-
"percent": 33,
15-
"error_margin": 5
14+
"percent": 50,
15+
"error_margin": 10
1616
}
1717
]
1818
},
@@ -35,4 +35,4 @@
3535
}
3636
],
3737
"scale_by_duration": true
38-
}
38+
}

scenarios/node_heap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"@datadog/pprof": "dev"
1111
},
1212
"scale_by_duration": true
13-
}
13+
}

scenarios/node_heap_oom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"@datadog/pprof": "dev"
1111
},
1212
"scale_by_duration": true
13-
}
13+
}

scenarios/node_wall_cpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"@datadog/pprof": "dev"
1111
},
1212
"scale_by_duration": true
13-
}
13+
}

0 commit comments

Comments
 (0)