Changeset b4a4ad94 in mainline for uspace/lib/c/Makefile

Timestamp:
2019-01-02T21:17:05Z (6 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b9f1585
Parents:
79bb48e
git-author:
Vojtech Horky <vojtech.horky@…> (2019-01-02 21:10:03)
git-committer:
Vojtech Horky <vojtech.horky@…> (2019-01-02 21:17:05)
Message:

perf: compute average throughput correctly

The correct way to compute average throughput is to use geometric mean.
See comment in the source code for an example why it gives more
meaningful results.

Also added a simplified square root approximation (using Babylonian
method) to compute standard deviation.

Note that the diff is awful as the context did not catch on the
compute_stats() function.

(No files)

Note: See TracChangeset for help on using the changeset viewer.