#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include "collect.h"
#include "process.h"
#include "message.h"
#include "event.h"
#include "statistics.h"
#include "misc.h"
#include "startup.h"
#include "global.h"
Include dependency graph for collect.c:
Classes | |
struct | statx |
Functions | |
void | collectmethods (int object) |
double | ftimer () |
void | minitstate (int np) |
void | prnewstate (int process) |
void | arrayrealloc (statx *pr, int len) |
void | newstate (int process, int state) |
void | collectsend (int dest, messx *m) |
void | collectrecv (int dest, messx *m) |
void | collectsendrecv (int src, int dest, int method, int length) |
|
|
|
|
|
initialize data structures used for statistics
|
|
|
|
|
|
|
|
|
|
|
|
|