1
0
mirror of https://github.com/gperftools/gperftools synced 2025-02-25 00:26:50 +00:00
gperftools/docs/overview.dot
2016-11-19 15:04:43 -08:00

16 lines
239 B
Plaintext

digraph Overview {
node [shape = box]
{rank=same
T1 [label="Thread Cache"]
Tsep [label="...", shape=plaintext]
Tn [label="Thread Cache"]
T1 -> Tsep -> Tn [style=invis]
}
C [label="Central\nHeap"]
T1 -> C [dir=both]
Tn -> C [dir=both]
}