mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
trace: support more facets of execution time
- execution time per thread context - execution time per scheduling context - quantum and priority Issue #3192
This commit is contained in:
committed by
Christian Helmuth
parent
66f49e6c42
commit
ae16edf1d6
@ -18,8 +18,9 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/thread_state.h>
|
||||
#include <cpu_session/cpu_session.h>
|
||||
#include <base/trace/types.h>
|
||||
#include <base/weak_ptr.h>
|
||||
#include <cpu_session/cpu_session.h>
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/server_socket_pair.h>
|
||||
@ -175,7 +176,7 @@ namespace Genode {
|
||||
/**
|
||||
* Return execution time consumed by the thread
|
||||
*/
|
||||
unsigned long long execution_time() const { return 0; }
|
||||
Trace::Execution_time execution_time() const { return { 0, 0 }; }
|
||||
|
||||
unsigned long pager_object_badge() const { return 0; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user