qemu-irix/include/qemu
Alberto Garcia bd797fc15b util: Infrastructure for computing recent averages
This module computes the average of a set of values within a time
window, keeping also track of the minimum and maximum values.

In order to produce more accurate results it works internally by
creating two time windows of the same period, offsetted by half of
that period. Values are accounted on both windows and the data is
always returned from the oldest one.

[Add missing util/replay.o to test-timed-average dependencies to fix the
build.
--Stefan]

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-id: 201b09c21bbc9c329779d2b2365ee2b9c80dceeb.1446044837.git.berto@igalia.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2015-11-12 16:22:45 +01:00
..
acl.h
atomic.h
bitmap.h
bitops.h
bswap.h
buffer.h util: pull Buffer code out of VNC module 2015-10-20 14:59:09 +01:00
compatfd.h
compiler.h
config-file.h
coroutine.h coroutine: move into libqemuutil.a library 2015-10-20 14:59:04 +01:00
coroutine_int.h coroutine: move into libqemuutil.a library 2015-10-20 14:59:04 +01:00
crc32c.h
envlist.h
error-report.h
event_notifier.h util: const event_notifier_get_fd() argument 2015-10-24 18:02:49 +02:00
fifo8.h
fprintf-fn.h
hbitmap.h
host-utils.h
int128.h
iov.h
log.h qemu-log: remove -d ioport 2015-11-04 15:02:30 +01:00
main-loop.h
memfd.h vhost: add migration block if memfd failed 2015-10-22 14:34:49 +03:00
mmap-alloc.h exec: factor out duplicate mmap code 2015-10-21 09:24:44 +03:00
module.h
notify.h
option.h
option_int.h
osdep.h Add QEMU_MADV_NOHUGEPAGE 2015-11-10 14:51:48 +01:00
queue.h block: Remove bdrv_swap() 2015-10-16 15:34:30 +02:00
range.h
ratelimit.h
rcu.h
rcu_queue.h
readline.h
rfifolock.h
seqlock.h
sockets.h sockets: move qapi_copy_SocketAddress into qemu-sockets.c 2015-10-20 14:15:48 +01:00
thread-posix.h
thread-win32.h
thread.h
throttle.h
timed-average.h util: Infrastructure for computing recent averages 2015-11-12 16:22:45 +01:00
timer.h
typedefs.h migration_completion: Take current state 2015-11-10 15:00:27 +01:00
uri.h
xattr.h