/usr/share/doc/gperftools/overview.dot is in google-perftools 2.5-2.2ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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]
}
|