Searched defs:syntheticDelays (Results 1 – 2 of 2) sorted by relevance
3232 std::unique_ptr<PtJson> syntheticDelays; in Create() local3305 std::unique_ptr<PtJson> syntheticDelays = PtJson::CreateArray(); in ToJson() local
2842 TraceConfig &SetSyntheticDelays(std::vector<std::string> syntheticDelays) in SetSyntheticDelays()