Searched defs:AppHintDesc (Results 1 – 1 of 1) sorted by relevance
46 struct AppHintDesc { struct47 AppHintDesc(int32_t tgid, int32_t uid, std::vector<int32_t> threadIds) in AppHintDesc() function58 const int32_t tgid;59 const int32_t uid;60 std::vector<int32_t> threadIds;61 nanoseconds duration;62 int current_min;64 std::atomic<bool> is_active;66 uint64_t update_count;67 int64_t integral_error;[all …]