{{title}}
Waterfall chart
{{#with svg}}
{{/with}}
Colour Key
State |
Colour |
{{#each svg.colours}}
{{name}} |
{{value}} |
{{/each}}
Raw Data
Resource name |
Initiator type |
Start time |
Duration |
{{#each svg.colours}}
{{#unless blocked}}
{{name}} start time |
{{name}} duration |
{{/unless}}
{{/each}}
{{#each details}}
{{name}} |
{{type}} |
{{start}} |
{{duration}} |
{{#each timings}}
{{#unless blocked}}
{{start}} |
{{duration}} |
{{/unless}}
{{/each}}
{{/each}}
{{#each details}}
{{name}}
-
Initiator type
:
{{type}}
-
Start time
:
{{start}} ms
-
Duration
:
{{duration}} ms
{{#each timings}}
{{#unless blocked}}
-
{{name}} start time
:
{{start}} ms
-
{{name}} duration
:
{{duration}} ms
{{/unless}}
{{/each}}
{{/each}}