18 #ifndef ION_PROFILE_TIMELINEEVENT_H_
19 #define ION_PROFILE_TIMELINEEVENT_H_
23 #include "base/integral_types.h"
25 #include "third_party/jsoncpp/include/json/value.h"
32 const uint32 duration,
const Json::Value& args);
35 void SetArgs(
const Json::Value& args) { args_ = args; }
38 const Json::Value&
GetArgs()
const {
return args_; }
46 #endif // ION_PROFILE_TIMELINEEVENT_H_
Copyright 2016 Google Inc.
Copyright 2016 Google Inc.
Type GetType() const override
TimelineEvent(const std::string &name, const uint32 begin, const uint32 duration, const Json::Value &args)
Copyright 2016 Google Inc.
void SetArgs(const Json::Value &args)
Set the argument name and value.
const Json::Value & GetArgs() const