rpm  5.4.14
Data Fields
rpmop_s Struct Reference

Cumulative statistics for an operation. More...

#include <rpmio/rpmsw.h>

Collaboration diagram for rpmop_s:
Collaboration graph
[legend]

Data Fields

struct rpmsw_s begin
 
int count
 
unsigned long long bytes
 
rpmtime_t usecs
 

Detailed Description

Cumulative statistics for an operation.

Definition at line 39 of file rpmsw.h.

Field Documentation

struct rpmsw_s rpmop_s::begin

Starting time stamp.

Definition at line 40 of file rpmsw.h.

Referenced by rpmswEnter(), and rpmswExit().

unsigned long long rpmop_s::bytes

Number of bytes transferred.

Definition at line 42 of file rpmsw.h.

Referenced by fdstat_print(), rpmswAdd(), rpmswEnter(), rpmswExit(), rpmswPrint(), rpmswSub(), and rpmtsPrintStat().

int rpmop_s::count

Number of operations.

Definition at line 41 of file rpmsw.h.

Referenced by fdstat_print(), rpmReadPackageFile(), rpmswAdd(), rpmswEnter(), rpmswPrint(), rpmswSub(), and rpmtsPrintStat().

rpmtime_t rpmop_s::usecs

Number of ticks.

Definition at line 43 of file rpmsw.h.

Referenced by fdstat_print(), rpmswAdd(), rpmswEnter(), rpmswExit(), rpmswPrint(), rpmswSub(), rpmtsPrintStat(), and runScript().


The documentation for this struct was generated from the following file: