Content-type: text/html Manpage of TRACE_STATS

TRACE_STATS

Section: C Library Functions (3)     Updated: Feb 10, 1992    Return to Library's README

NAME

Trace_Stats -- Get information on an open trace

SYNOPSIS

int Trace_Stats(fp, statPtr)
FILE *fp;
trace_stat_t *statPtr;

DESCRIPTION

Trace_Stats returns a structure containing the following information on a trace: times of the first and last records, the total number of records in the trace, the number of user presentable records read, the number of records returned (not filtered out), the total number of bytes read in the trace, and the number of bytes in the records read thus far.

DIAGNOSTICS

Returns TRACE_FILERECORDNOTFOUND if fp is not an open trace. Otherwise, returns TRACE_SUCCESS.

AUTHOR

Lily B. Mummert


Index

NAME
SYNOPSIS
DESCRIPTION
DIAGNOSTICS
AUTHOR

This document was created on Time: 05:25:53 GMT, October 10, 1998