![]() |
Code Documentation 3.7
Social Network Visualizer
|
Standalone WS5 A2.0 benchmark: QHash<int, QPair<int,qreal>> (current APSP storage, one per GraphVertex) vs. a flat Matrix (proposed APSP storage), measuring construction and lookup speed for a single (N, topology, structure) configuration per run. Peak RSS is measured externally by the driver script (see scripts/run_matrix_storage_bench.sh), not by this process itself — see the note above buildComponents() for why. More...
#include "../matrix.h"#include <QElapsedTimer>#include <QHash>#include <QPair>#include <QString>#include <cstdio>#include <cstdlib>#include <cstring>#include <vector>
Functions | |
| int | main (int argc, char *argv[]) |
Standalone WS5 A2.0 benchmark: QHash<int, QPair<int,qreal>> (current APSP storage, one per GraphVertex) vs. a flat Matrix (proposed APSP storage), measuring construction and lookup speed for a single (N, topology, structure) configuration per run. Peak RSS is measured externally by the driver script (see scripts/run_matrix_storage_bench.sh), not by this process itself — see the note above buildComponents() for why.
| int main | ( | int | argc, |
| char * | argv[] ) |