mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
12 lines
285 B
YAML
12 lines
285 B
YAML
alert:
|
|
bigger_is_better: false
|
|
threshold: 125%
|
|
chart:
|
|
description: lat_mmap
|
|
legend: Average mmap latency on {system}
|
|
title: '[Memory] The cost of mmap+unmap'
|
|
unit: "\xB5s" # Unicode for microsecond
|
|
result_extraction:
|
|
result_index: 2
|
|
search_pattern: 4.194304 +[0-9.]+
|