rpm  4.17.0
Data Fields
rpmop_s Struct Reference

Cumulative statistics for an operation. More...

#include <rpmsw.h>

Collaboration diagram for rpmop_s:
Collaboration graph
[legend]

Data Fields

struct rpmsw_s begin
 
int count
 
size_t bytes
 
rpmtime_t usecs
 

Detailed Description

Cumulative statistics for an operation.

Definition at line 42 of file rpmsw.h.

Field Documentation

◆ begin

struct rpmsw_s rpmop_s::begin

Starting time stamp.

Definition at line 35 of file rpmsw.h.

◆ bytes

size_t rpmop_s::bytes

Number of bytes transferred.

Definition at line 45 of file rpmsw.h.

◆ count

int rpmop_s::count

Number of operations.

Definition at line 44 of file rpmsw.h.

◆ usecs

rpmtime_t rpmop_s::usecs

Number of ticks.

Definition at line 46 of file rpmsw.h.


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