mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Removed debug messages from performance counter code.
This commit is contained in:
@@ -82,6 +82,5 @@ Genode::uint64_t Genode::Trace::Performance_counter::read(unsigned counter)
|
||||
if ((rc = Nova::hpc_read(sel, type, value)) != Nova::NOVA_OK)
|
||||
throw Genode::Trace::Pfc_access_error(rc);
|
||||
|
||||
Genode::log("Performance_counter::read = ", value);
|
||||
return static_cast<Genode::uint64_t>(value);
|
||||
}
|
||||
Reference in New Issue
Block a user