mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
start microbenchmarks section
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -16422,8 +16422,14 @@ Don't forget to explicitly rebuild PARSEC with:
|
||||
You may also want to test if your patches are still functionally correct inside of QEMU first, which is a faster emulator.
|
||||
* sell your soul, and compile natively inside the guest. We won't do this, not only because it is evil, but also because Buildroot explicitly does not support it: https://buildroot.org/downloads/manual/manual.html#faq-no-compiler-on-target ARM employees have been known to do this: https://github.com/arm-university/arm-gem5-rsk/blob/aa3b51b175a0f3b6e75c9c856092ae0c8f2a7cdc/parsec_patches/qemu-patch.diff
|
||||
|
||||
=== Micro benchmarks
|
||||
|
||||
It eventually has to come to that, hasn't it?
|
||||
|
||||
* link:userland/gcc/busy_loop.c[] described at <<infinite-busy-loop>>
|
||||
|
||||
[[userland-libs-directory]]
|
||||
==== userland/libs directory
|
||||
=== userland/libs directory
|
||||
|
||||
Tests under link:userland/libs[] require certain optional libraries to be installed on the target, and are not built or tested by default, you must enable them with either:
|
||||
|
||||
@@ -16434,7 +16440,7 @@ Tests under link:userland/libs[] require certain optional libraries to be instal
|
||||
|
||||
See for example <<blas>>.
|
||||
|
||||
===== HDF5
|
||||
==== HDF5
|
||||
|
||||
https://en.wikipedia.org/wiki/Hierarchical_Data_Format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user