Cpu time study #3213
-
|
Is there any specific reason why on this profiler |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
It represents everything that is not handled in your Java application. It includes actual network time and server processing time:
|
Beta Was this translation helpful? Give feedback.
-
|
costs of .flush : The cost send command to redis server The max costs is not sure, The cost redis server process command or The cost client read result. |
Beta Was this translation helpful? Give feedback.

It represents everything that is not handled in your Java application.
It includes actual network time and server processing time: