Changeset fe656783 in mainline for .gitignore


Ignore:
Timestamp:
2019-01-06T22:19:21Z (6 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
  • .gitignore

    r1bad5fd rfe656783  
    106106uspace/app/getterm/getterm
    107107uspace/app/gunzip/gunzip
     108uspace/app/hbench/hbench
    108109uspace/app/inet/inet
    109110uspace/app/init/init
     
    130131uspace/app/nterm/nterm
    131132uspace/app/pci/pci
    132 uspace/app/perf/perf
    133133uspace/app/ping/ping
    134134uspace/app/ping6/ping6
Note: See TracChangeset for help on using the changeset viewer.