Skip to content

Commit

Permalink
comment: refine comment of KvReadWallTime
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <[email protected]>
  • Loading branch information
ekexium committed Nov 13, 2023
1 parent d08b582 commit 2c19e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/execdetails.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ type TimeDetail struct {
// other kind of waits in series.
WaitTime time.Duration
// KvReadWallTime is the time used in KV Scan/Get. For get/batch_get,
// it also includes the time of spawning and queueing.
// this is total duration, which is almost same with grpc duration.
KvReadWallTime time.Duration
// TotalRPCWallTime is Total wall clock time spent on this RPC in TiKV.
TotalRPCWallTime time.Duration
Expand Down

0 comments on commit 2c19e67

Please sign in to comment.