mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
overlay: Remove the double ':' from object comm names
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
6a38200b87
commit
5d41b13824
@ -486,7 +486,7 @@ static void show_gem_objects(struct overlay_context *ctx, struct overlay_gem_obj
|
||||
if ((comm->bytes >> 20) == 0)
|
||||
break;
|
||||
|
||||
sprintf(buf, " %s: %ldMB, %d objects",
|
||||
sprintf(buf, " %s %ldMB, %d objects",
|
||||
comm->name, comm->bytes >> 20, comm->count);
|
||||
cairo_set_source_rgba(ctx->cr, 1, 1, 1, 1);
|
||||
cairo_move_to(ctx->cr, x, y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user