|
|
@ -50,7 +50,7 @@ struct sandbox {
|
|
|
|
struct arch_context ctxt; /* register context for context switch. */
|
|
|
|
struct arch_context ctxt; /* register context for context switch. */
|
|
|
|
|
|
|
|
|
|
|
|
uint64_t request_arrival_timestamp; /* Timestamp when request is received */
|
|
|
|
uint64_t request_arrival_timestamp; /* Timestamp when request is received */
|
|
|
|
uint64_t enqueue_timestamp; /* Timestamp when sandbox request is enqueued */
|
|
|
|
uint64_t enqueue_timestamp; /* Timestamp when sandbox request is enqueued to the global queue*/
|
|
|
|
uint64_t allocation_timestamp; /* Timestamp when sandbox is allocated */
|
|
|
|
uint64_t allocation_timestamp; /* Timestamp when sandbox is allocated */
|
|
|
|
uint64_t response_timestamp; /* Timestamp when response is sent */
|
|
|
|
uint64_t response_timestamp; /* Timestamp when response is sent */
|
|
|
|
uint64_t completion_timestamp; /* Timestamp when sandbox runs to completion */
|
|
|
|
uint64_t completion_timestamp; /* Timestamp when sandbox runs to completion */
|
|
|
|