commit | ca199fa5393f067d384b2828b1260cacd46f2784 | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <zzyiwei@google.com> | Tue Jul 14 16:28:44 2020 -0700 |
committer | Yiwei Zhang <zzyiwei@google.com> | Fri Oct 23 14:02:06 2020 -0700 |
tree | 8ce05305bbcf4b390ecff835b8a5f47d3bf8cc33 | |
parent | bb66c98ac04dd08dc1d8b718af22a438ab194850 [diff] |
GPU Memory: remove an infeasible TODO Fixes: 159963505 Test: build Change-Id: Ic7fab60399350944789ba20ed90c3f082814c37d Merged-In: Ic7fab60399350944789ba20ed90c3f082814c37d
diff --git a/services/gpuservice/gpumem/GpuMem.cpp b/services/gpuservice/gpumem/GpuMem.cpp index 9b4053b..245edb8 100644 --- a/services/gpuservice/gpumem/GpuMem.cpp +++ b/services/gpuservice/gpumem/GpuMem.cpp
@@ -48,7 +48,6 @@ return; } - // TODO(http://b/159963505): Figure out a nicer way to wait until GPU driver loaded. // Attach the program to the tracepoint, and the tracepoint is automatically enabled here. int count = 0; while (bpf_attach_tracepoint(fd, kGpuMemTraceGroup, kGpuMemTotalTracepoint) < 0) {