Searched refs:occupancy_pct (Results 1 – 4 of 4) sorted by relevance
81 const double occupancy_pct = 50.0; in TEST() local82 std::string xstat_kernel_details = ToXStat(kernel_info, occupancy_pct); in TEST()
99 double occupancy_pct) { in ToXStat() argument107 " occ_pct:", occupancy_pct); in ToXStat()
89 double occupancy_pct = 0.0; member117 stats.occupancy_pct = in GetOccupancy()119 stats.occupancy_pct /= device_properties_.maxThreadsPerMultiprocessor; in GetOccupancy()195 if (occ_stats.occupancy_pct == 0.0) { in CreateXEvent()200 occ_stats.occupancy_pct); in CreateXEvent()210 event.kernel_info, occ_stats.occupancy_pct))); in CreateXEvent()
34 float occupancy_pct = 14; field