----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52091/#review149736 -----------------------------------------------------------
Ship it! Ship It! - Jie Yu On Sept. 20, 2016, 7:22 p.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52091/ > ----------------------------------------------------------- > > (Updated Sept. 20, 2016, 7:22 p.m.) > > > Review request for mesos, Gilbert Song, Jie Yu, and Qian Zhang. > > > Repository: mesos > > > Description > ------- > > Replaced `set` to `hashset` in perf interfaces. > > > Diffs > ----- > > src/linux/perf.hpp c7dfe0ac4965a450b25085715502f49bee972b5c > src/linux/perf.cpp 16a30eac9d346b14f2245128003866b9894bb94a > > Diff: https://reviews.apache.org/r/52091/diff/ > > > Testing > ------- > > In https://reviews.apache.org/r/52092/, we change from > > ``` > set<string> cgroups; > perf::sample(events, cgroups, flags.perf_duration) > ``` > > to > > ``` > perf::sample(events, infos.keys(), flags.perf_duration) > ``` > > `infos.keys()` return a `hashset`. So need to change the perf interfaces to > use `hashset` first. > > > Thanks, > > haosdent huang > >
