|
FireSync API
|
| kStatus kHealthSummary_FindStat | ( | kHealthSummary | summary, |
| kHealthId | id, | ||
| k32u | instance, | ||
| kHealthSummaryStat * | stat | ||
| ) |
Looks up a stat item by its unique id-instance pair.
Health log summaries consist of a set of stat items, where each stat corresponds to one health statistic in a health log.
This method executes in amortized O(1) time. The first invocation may perform extra work that enables subsequent invocations to execute more efficiently.
| summary | Health summary. |
| id | Stat id. |
| instance | Stat instance. |
| stat | Receives stat reference. |