Fork us on GitHub Follow us on Facebook Follow us on Twitter

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


Ignore:
Timestamp:
2018-11-18T00:30:10Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial
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.