|
satyr
0.27
|
A distance matrix of stack trace threads. More...
#include <distance.h>
Data Fields | |
| int | m |
| int | n |
| float * | distances |
A distance matrix of stack trace threads.
The distances are stored in a m-by-n two-dimensional array, where only entries (i, j) where i < j are actually stored.
Definition at line 100 of file distance.h.
1.8.14