Changeset fe656783 in mainline for uspace/app/hbench/fs/fileread.c


Ignore:
Timestamp:
2019-01-06T22:19:21Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d926f42
Parents:
1bad5fd
git-author:
Vojtech Horky <vojtech.horky@…> (2019-01-06 22:13:04)
git-committer:
Vojtech Horky <vojtech.horky@…> (2019-01-06 22:19:21)
Message:

Rename perf to hbench

The main reason for the rename is that perf (and performance measuring
tool description) suggests that perf is a generic tool for measuring
performance of other applications. But it is actually a set of
benchmarks for measuring internal parts of HelenOS (libc, IPC, etc.).

Furthermore, perf is a well-known program in GNU/Linux world with
completely different purpose and there really is no reason why to
confuse the users.

The new name hopefully better suggests that the tool is a set of
benchmarks for HelenOS (hence the name (H)elenOS (bench)marks).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/fs/fileread.c

    r1bad5fd rfe656783  
    2828 */
    2929
    30 /** @addtogroup perf
     30/** @addtogroup hbench
    3131 * @{
    3232 */
     
    3636#include <stdlib.h>
    3737#include "../benchlist.h"
    38 #include "../perf.h"
     38#include "../hbench.h"
    3939#include "../params.h"
    4040
Note: See TracChangeset for help on using the changeset viewer.