#slog #logging #log #term

日志性能

为 slog-rs 提供性能和时间报告

2 个不稳定版本

使用旧的 Rust 2015

0.2.0 2017 年 9 月 10 日
0.1.0 2017 年 4 月 19 日

#22#slog

Download history 33/week @ 2024-03-11 34/week @ 2024-03-18 43/week @ 2024-03-25 81/week @ 2024-04-01 28/week @ 2024-04-08 40/week @ 2024-04-15 38/week @ 2024-04-22 24/week @ 2024-04-29 31/week @ 2024-05-06 39/week @ 2024-05-13 29/week @ 2024-05-20 45/week @ 2024-05-27 24/week @ 2024-06-03 31/week @ 2024-06-10 29/week @ 2024-06-17 40/week @ 2024-06-24

133 每月下载量
用于 6 个 crate (3 直接)

MPL-2.0 许可证

10KB
108 行代码(不含注释)

slog-rs logo
Travis CI Build Status slog-perf on crates.io slog-rs Gitter Chat

日志性能 - 为 slog-rs 提供

此 crate 提供了通过 slog 报告性能指标的非常有用的工具。

请参阅文档以获取详细信息,并查看 反向依赖 以获取示例。

有关更多关于 slog 的信息,帮助,报告问题等,请参阅 slog-rs

示例输出

以下是从 rdedup 中获取的示例输出。有关更多信息,请参阅 Rust's fearless concurrency in rdedup

Apr 18 21:07:01.604 INFO time report, name: input-reader, tx: 3.595258855, input: 0.246253282
Apr 18 21:07:01.626 INFO time report, name: chunker, rx-and-chunking: 3.224178159, tx: 0.622769659
Apr 18 21:07:03.109 INFO time report, name: chunker, rx-and-chunking: 4.012730305, tx: 0.000014623
Apr 18 21:07:03.109 INFO time report, name: chunk-processing, compress: 2.7148105080000002, rx: 1.300910598, processing: 1.140292378, encrypt: 0.172064646, tx-writer: 0.014618051, tx-digest: 0.003738682
Apr 18 21:07:03.109 INFO time report, name: chunk-processing, compress: 2.651608273, rx: 1.463426039, processing: 1.063661373, encrypt: 0.138678476, tx-writer: 0.026703753, tx-digest: 0.002391723
Apr 18 21:07:03.109 INFO time report, name: chunk-processing, compress: 2.836732468, processing: 1.252152728, rx: 1.060371588, encrypt: 0.166409699, tx-writer: 0.026879077, tx-digest: 0.00393774
Apr 18 21:07:03.109 INFO time report, name: chunk-processing, compress: 3.453143579, processing: 1.6281752109999998, encrypt: 0.17906647, rx: 0.044625981, tx-writer: 0.035811789, tx-digest: 0.005779669
Apr 18 21:07:03.109 INFO time report, name: chunk-processing, compress: 2.888089877, processing: 1.353910947, rx: 0.928534413, encrypt: 0.151586489, tx-writer: 0.021566908, tx-digest: 0.002685722
Apr 18 21:07:03.110 INFO time report, name: chunk-processing, compress: 2.546534754, rx: 1.5378131019999999, processing: 1.058227244, encrypt: 0.180615367, tx-writer: 0.01845777, tx-digest: 0.004919227
Apr 18 21:07:03.110 INFO time report, name: chunk-processing, compress: 2.9532250639999997, processing: 1.4180076609999999, rx: 0.781645676, encrypt: 0.181882181, tx-writer: 0.00843785, tx-digest: 0.003109534
Apr 18 21:07:03.110 INFO time report, name: chunk-processing, compress: 3.144602231, processing: 1.317602689, rx: 0.694346659, encrypt: 0.173031093, tx-writer: 0.014143753, tx-digest: 0.002759141
Apr 18 21:07:03.110 INFO time report, name: chunk-writer, rx: 5.298270641, fsync: 0.044138053, write: 0.00320627, processing: 0.000783067

依赖项

~160KB