Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
a4bf93ab
Unverified
Commit
a4bf93ab
authored
May 22, 2018
by
Zhangyi Chen
Committed by
GitHub
May 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #339 from renzhong/wrong_word
修改错别字
parents
70304b48
edeaeaf4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bvar_c++.md
docs/cn/bvar_c++.md
+1
-1
No files found.
docs/cn/bvar_c++.md
View file @
a4bf93ab
...
@@ -51,7 +51,7 @@ foo::bar::g_task_pushed << 1;
...
@@ -51,7 +51,7 @@ foo::bar::g_task_pushed << 1;
-
`bvar::Miner<T>`
: 求最小值,默认std::numeric_limits
<T>
::max(),varname << N相当于varname = min(varname, N)。
-
`bvar::Miner<T>`
: 求最小值,默认std::numeric_limits
<T>
::max(),varname << N相当于varname = min(varname, N)。
-
`bvar::IntRecorder`
: 求自使用以来的平均值。注意这里的定语不是“一段时间内”。一般要通过Window衍生出时间窗口内的平均值。
-
`bvar::IntRecorder`
: 求自使用以来的平均值。注意这里的定语不是“一段时间内”。一般要通过Window衍生出时间窗口内的平均值。
-
`bvar::Window<VAR>`
: 获得某个bvar在一段时间内的累加值。Window衍生于已存在的bvar,会自动更新。
-
`bvar::Window<VAR>`
: 获得某个bvar在一段时间内的累加值。Window衍生于已存在的bvar,会自动更新。
-
`bvar::PerSecond<VAR>`
:
或的
某个bvar在一段时间内平均每秒的累加值。PerSecond也是会自动更新的衍生变量。
-
`bvar::PerSecond<VAR>`
:
获得
某个bvar在一段时间内平均每秒的累加值。PerSecond也是会自动更新的衍生变量。
-
`bvar::LatencyRecorder`
: 专用于记录延时和qps的变量。输入延时,平均延时/最大延时/qps/总次数 都有了。
-
`bvar::LatencyRecorder`
: 专用于记录延时和qps的变量。输入延时,平均延时/最大延时/qps/总次数 都有了。
**确认变量名是全局唯一的!**
否则会曝光失败,如果-bvar_abort_on_same_name为true,程序会直接abort。
**确认变量名是全局唯一的!**
否则会曝光失败,如果-bvar_abort_on_same_name为true,程序会直接abort。
...
...
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