satyr 0.43
Loading...
Searching...
No Matches
sr_distances Struct Reference

A distance matrix of stack trace threads. More...

#include <distance.h>

Data Fields

int m
int n
float * distances

Detailed Description

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.

Field Documentation

◆ distances

float* sr_distances::distances

Definition at line 104 of file distance.h.

◆ m

int sr_distances::m

Definition at line 102 of file distance.h.

◆ n

int sr_distances::n

Definition at line 103 of file distance.h.


The documentation for this struct was generated from the following file: