nl::Weave::System::Stats

요약

열거

@20 enum

Typedef

Label typedef
const char *
count_t typedef
int8_t

변수

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

함수

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

클래스

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

열거형

@20

 @20

Typedef

라벨

const char * Label

count_t

int8_t count_t

변수

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]

함수

차이

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
)