summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-12 09:44:11 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-12 09:44:11 +0200
commit959eaed166da3b04576bb12569be35fde5647eba (patch)
tree849ee640723ad586908fd870aff597f1c3c240c7
parent5700d37b0f5ffe70e27e5c1c18713f7a9a8aa2c0 (diff)
downloadobnam-959eaed166da3b04576bb12569be35fde5647eba.tar.gz
Add more memory profile debugging
-rw-r--r--obnamlib/fmt_ga/client.py3
1 files changed, 2 insertions, 1 deletions
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,
})