ContainerTracer  0.1
Data Fields
docker_total_json_object Struct Reference

Support structure of the total_results structures which located in include/trace_replay.h. More...

#include <docker-driver.h>

Collaboration diagram for docker_total_json_object:
Collaboration graph

Data Fields

struct json_object * trace [MAX_THREADS]
 
struct json_object * per_trace [MAX_THREADS]
 
struct json_object * synthetic [MAX_THREADS]
 
struct json_object * stats [MAX_THREADS]
 

Detailed Description

Support structure of the total_results structures which located in include/trace_replay.h.

Field Documentation

◆ per_trace

struct json_object* docker_total_json_object::per_trace[MAX_THREADS]

Contain the per_trace's informations.

◆ stats

struct json_object* docker_total_json_object::stats[MAX_THREADS]

Contain the stats' informations.

◆ synthetic

struct json_object* docker_total_json_object::synthetic[MAX_THREADS]

Contain the synthetic's informations.

◆ trace

struct json_object* docker_total_json_object::trace[MAX_THREADS]

Contain the trace's informations.


The documentation for this struct was generated from the following file: