Graph/MinimumSpanningTree/process.cxx File Reference

Driver for timing MST algorithmsn

Compute performance of Prim's algorithm. More...

#include <sys/time.h>
#include "mst.h"
#include "report.h"

Functions

int main (int argc, char **argv)
 Launch the application to time MST.

Variables

static struct timeval before
 Time before process starts.
static struct timeval after
 Time after process completes.


Detailed Description

Driver for timing MST algorithmsn

Compute performance of Prim's algorithm.

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main ( int  argc,
char **  argv 
)

Launch the application to time MST.

Command line options include:


Variable Documentation

struct timeval after [static]

Time after process completes.

struct timeval before [static]

Time before process starts.

Algorithm Development Kit 1.0