性能计数器:如何在给定类别中拥有超过 1 个 AverageBase?

发布于 2024-12-13 18:27:14 字数 197 浏览 3 评论 0原文

假设我有一个包含 2 个 AverageTimer32 计数器的类别:AverageRead 和 AverageWrite。我如何给他们两个基地?我的意思是,如果我添加 2 个 AverageBase 计数器:AverageReadbase 和 AverageWritebase,框架如何知道哪个基数属于哪个 AverageTimer32 计数器?名字?或者在同一类别中不可能吗?

Suppose I have a category that contains 2 AverageTimer32 counters: AverageRead and AverageWrite. How do I give them both a Base? I mean if I add 2 AverageBase counters: AverageReadbase and AverageWritebase, how does the framework know which base belongs to which AverageTimer32 counter? The name? Or is that not possible within the same category?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

骄傲 2024-12-20 18:27:14

基本计数器按位置与其父计数器相关联。

另请参阅:性能计数器平均计时器如何获取与他们的基地有关?

A base counter is associated with its parent counter by position.

See also: How do performance counter average timers get associated with their base?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文