Project

General

Profile

Actions

バグ #4446

open

Throughputコンポーネントで計測した時間の最小値が10000になる問題

Added by n-miyamoto over 6 years ago.

Status:
新規
Priority:
通常
Assignee:
-
Target version:
-
Start date:
01/29/2018
Due date:
% Done:

0%

Estimated time:

Description

Throughputコンポーネントの以下の部分でtmpが最大値max_latencyに格納される場合、最小値min_latencyの値は変化しない。
このため常に最大値max_latencyが更新され続けるとmin_latencyにはデフォルトの10000となってしまうことがあるため修正する。

if      (tmp > max_latency) { max_latency = tmp; }
else if (tmp < min_latency) { min_latency = tmp; }

No data to display

Actions

Also available in: Atom PDF