Update comment on metrics by level
Co-authored-by: Steve Atherton <steve.atherton@snowflake.com>
This commit is contained in:
parent
79a2950b2f
commit
5dabb71095
|
@ -1366,7 +1366,7 @@ struct RedwoodMetrics {
|
|||
}
|
||||
}
|
||||
};
|
||||
// Page levle events
|
||||
// Metrics by level
|
||||
struct Level {
|
||||
struct Counters {
|
||||
unsigned int pageRead;
|
||||
|
|
Loading…
Reference in New Issue