Skip to content
Snippets Groups Projects
Commit bc848414 authored by David Bühler's avatar David Bühler
Browse files

[ivette] Eva values: do not show the summary row if there is only one callstack.

parent cb2d9c79
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ export class LayoutEngine { ...@@ -187,7 +187,7 @@ export class LayoutEngine {
fct, fct,
hlines: 1, hlines: 1,
}); });
if (summary) rs.push({ if (summary && callstacks > 1) rs.push({
key: `V:${fct}:${csRowsCounter}`, key: `V:${fct}:${csRowsCounter}`,
kind: 'values', kind: 'values',
probes: ps, probes: ps,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment