nl::Weave::System::Stats

Summary

Enumerations

@20 enum

Typedefs

Label typedef
const char *
count_t typedef
int8_t

Variables

HighWatermarks[kNumEntries]
count_t
ResourcesInUse[kNumEntries]
count_t
sHighWatermarks[kNumEntries]
count_t
sResourcesInUse[kNumEntries]
count_t
sStatsStrings[nl::Weave::System::Stats::kNumEntries]
const Label

Functions

Difference(Snapshot & result, Snapshot & after, Snapshot & before)
bool
GetHighWatermarks(void)
count_t *
GetResourcesInUse(void)
count_t *
GetStrings(void)
const Label *
UpdateSnapshot(Snapshot & aSnapshot)
void

Classes

nl::Weave::System::Stats::Snapshot

Enumerations

@20

 @20

Typedefs

Label

const char * Label

count_t

int8_t count_t

Variables

HighWatermarks

count_t HighWatermarks[kNumEntries]

ResourcesInUse

count_t ResourcesInUse[kNumEntries]

sHighWatermarks

count_t sHighWatermarks[kNumEntries]

sResourcesInUse

count_t sResourcesInUse[kNumEntries]

sStatsStrings

const Label sStatsStrings[nl::Weave::System::Stats::kNumEntries]

Functions

Difference

bool Difference(
  Snapshot & result,
  Snapshot & after,
  Snapshot & before
)

GetHighWatermarks

count_t * GetHighWatermarks(
  void
)

GetResourcesInUse

count_t * GetResourcesInUse(
  void
)

GetStrings

const Label * GetStrings(
  void
)

UpdateSnapshot

void UpdateSnapshot(
  Snapshot & aSnapshot
)