stats.h
373 Bytes
/*
* Copyright (C) 1998 by the Board of Trustees
* of Leland Stanford Junior University.
* Copyright (C) 1998 Digital Equipment Corporation
*
* This file is part of the SimOS distribution.
* See LICENSE file for terms of the license.
*
*/
#ifndef STATS_H
#define STATS_H
extern void InitSimulatorStats(SimTime interval, char *(*simulatorStats)());
#endif