239
238
filename = '%s-%s-%s-%s' % (
240
239
timestamp, pageid, oopsid,
241
240
threading.currentThread().getName())
245
244
# The Bzr stats class looks at the filename to know to use
247
246
filename = 'callgrind.out.' + filename
248
249
dump_path = os.path.join(dump_path, filename)
249
250
prof_stats.save(dump_path)
250
251
template_context['dump_path'] = os.path.abspath(dump_path)