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 5bbc2ec commit 73330f5Copy full SHA for 73330f5
starlark/src/eval/runtime/profile/mod.rs
@@ -84,7 +84,9 @@ impl FromStr for ProfileMode {
84
fn from_str(s: &str) -> Result<Self, Self::Err> {
85
for mode in [
86
ProfileMode::HeapSummary,
87
+ ProfileMode::HeapSummaryRetained,
88
ProfileMode::HeapFlame,
89
+ ProfileMode::HeapFlameRetained,
90
ProfileMode::Statement,
91
ProfileMode::Bytecode,
92
ProfileMode::BytecodePairs,
0 commit comments