Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a5f50910
Commit
a5f50910
authored
Mar 12, 2020
by
fengpf
Browse files
fix comments in latency.c
parent
bd28dbee
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a5f50910
...
...
@@ -32,3 +32,4 @@ deps/lua/src/liblua.a
*.dSYM
Makefile.dep
.vscode/*
.idea/*
src/latency.c
View file @
a5f50910
...
...
@@ -85,7 +85,7 @@ int THPGetAnonHugePagesSize(void) {
/* ---------------------------- Latency API --------------------------------- */
/* Latency monitor initialization. We just need to create the dictionary
* of time series, each time serie is cr
a
eted on demand in order to avoid
* of time series, each time serie is cre
a
ted on demand in order to avoid
* having a fixed list to maintain. */
void
latencyMonitorInit
(
void
)
{
server
.
latency_events
=
dictCreate
(
&
latencyTimeSeriesDictType
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment