Changeset fe656783 in mainline for uspace/Makefile


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 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1bad5fd rfe656783  
    5050        app/getterm \
    5151        app/gunzip \
     52        app/hbench \
    5253        app/init \
    5354        app/inet \
     
    6768        app/nterm \
    6869        app/pci \
    69         app/perf \
    7070        app/redir \
    7171        app/sbi \
Note: See TracChangeset for help on using the changeset viewer.