B:BD[
3.373] → [
3.373:475]
B:BD[
3.475] → [
3.475:518]
B:BD[
3.626] → [
3.626:655]
label = "EIController<WithClock>";
sync_new_sync;
sync_new_async;
sync_new_sync_nmi [color=purple];
sync_new_async_nmi [color=purple];
}
subgraph cluster_async {
label = "EIController<WithoutClock>";
node [shape=box,style=filled,color=green];
async_new_async;
async_new_async_nmi [color=purple];
subgraph cluster_sync {
label = "Async and Sync";
subgraph cluster_sync_inner {
label = "EIController<WithClock>";
sync_new_sync;
sync_new_async;
sync_new_sync_nmi [color=purple];
sync_new_async_nmi [color=purple];
}
eic_new;
}
subgraph cluster_async {
label = "Async only";
subgraph cluster_async_inner {
label = "EIController<WithoutClock>";
node [shape=box,style=filled,color=green];
async_new_async;
async_new_async_nmi [color=purple];
}
eic_new_only_async;
}