satyr 0.42
|
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.
float* sr_distances::distances |
Definition at line 104 of file distance.h.
int sr_distances::m |
Definition at line 102 of file distance.h.
int sr_distances::n |
Definition at line 103 of file distance.h.