mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: allow prof and perf builds, and comment on them
This commit is contained in:
@@ -12167,6 +12167,15 @@ Benchmarks present at:
|
||||
|
||||
* xref:benchmark-emulators-on-userland-executables[xrefstyle=full]
|
||||
|
||||
==== gem5 prof and perf builds
|
||||
|
||||
Profiling builds as of 3cea7d9ce49bda49c50e756339ff1287fd55df77 both use: `-g -O3` and disable asserts and logging like the <<gem5-fast-build>> and:
|
||||
|
||||
* `prof` uses `-pg` for gprof
|
||||
* `perf` uses `-lprofile` for google-pprof
|
||||
|
||||
See also: <<profiling-userland-programs>>.
|
||||
|
||||
==== gem5 clang build
|
||||
|
||||
TODO test properly, benchmark vs GCC.
|
||||
|
||||
Reference in New Issue
Block a user