Changeset e131833c in mainline for uspace/app/perf/perf.c


Ignore:
Timestamp:
2018-11-18T00:30:10Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc41772
Parents:
1edd6d0
Message:

Two simple memory allocation benchmarks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/perf/perf.c

    r1edd6d0 re131833c  
    4141
    4242benchmark_t benchmarks[] = {
     43#include "ipc/ns_ping.def"
    4344#include "ipc/ping_pong.def"
    44 #include "ipc/ns_ping.def"
     45#include "malloc/malloc1.def"
     46#include "malloc/malloc2.def"
    4547        { NULL, NULL, NULL }
    4648};
Note: See TracChangeset for help on using the changeset viewer.