From 959eaed166da3b04576bb12569be35fde5647eba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 12 Feb 2017 09:44:11 +0200 Subject: Add more memory profile debugging --- obnamlib/fmt_ga/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py index b3210b41..976baadb 100644 --- a/obnamlib/fmt_ga/client.py +++ b/obnamlib/fmt_ga/client.py @@ -223,7 +223,8 @@ class GAClient(object): client_name=self._client_name, gen_id=gen_number) - dumper = obnamlib.MemoryProfileDumper({ + import cliapp + dumper = cliapp.MemoryProfileDumper({ 'dump-memory-profile': True, 'memory-dump-interval': 0, }) -- cgit v1.2.1