From 51310acce858b34b8131c560cb430d86cd7624b4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 1 Jul 2019 13:45:06 +0200 Subject: add default colors to included allocators --- src/allocators/jemalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/jemalloc.py') diff --git a/src/allocators/jemalloc.py b/src/allocators/jemalloc.py index d3f2c3d..dc3baf5 100644 --- a/src/allocators/jemalloc.py +++ b/src/allocators/jemalloc.py @@ -21,4 +21,4 @@ class Jemalloc (src.allocator.Allocator): super().__init__(name, **kwargs) -jemalloc = Jemalloc("jemalloc") +jemalloc = Jemalloc("jemalloc", color="xkcd:yellow") -- cgit v1.2.3