coroutine_scopes.md: Add consistent colors for related lifetime spans

This commit is contained in:
Karol Lewandowski 2025-05-16 10:24:26 +02:00
parent ecaa73dd34
commit a86ec82911

View File

@ -174,11 +174,11 @@ gantt
axisFormat axisFormat
section Lifetimes section Lifetimes
Application Scope : done, 0, 10 Application Scope : done, 0, 10
Plugin A Scope : done, 1, 6 Plugin A Scope : active, done, 1, 6
Plugin B Scope : 4, 9 Plugin B Scope : 4, 9
Project Scope : done, 2, 8 Project Scope : done, 2, 8
Project × Plugin A Scope : done, 2, 6 Project × Plugin A Scope : active, done, 2, 6
Project × Plugin B Scope : done, 4, 8 Project × Plugin B Scope : 4, 8
PluginAService leak : crit, 5, 8 PluginAService leak : crit, 5, 8
``` ```