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
b1db7acf
Unverified
Commit
b1db7acf
authored
Mar 13, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Mar 13, 2020
Browse files
Merge pull request #6980 from fengpf/fix_latency_comments
fix comments in latency.c
parents
5babacad
a5f50910
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b1db7acf
...
...
@@ -32,3 +32,4 @@ deps/lua/src/liblua.a
*.dSYM
Makefile.dep
.vscode/*
.idea/*
src/latency.c
View file @
b1db7acf
...
...
@@ -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