OSDN Git Service

ART: dex2oat flag for HGraphVisualizer dump file
authorDavid Brazdil <dbrazdil@google.com>
Tue, 13 Jan 2015 18:07:00 +0000 (18:07 +0000)
committerDavid Brazdil <dbrazdil@google.com>
Tue, 13 Jan 2015 18:07:00 +0000 (18:07 +0000)
commit54953dfdcb3bb8896d8af2d20adef84fb740ce77
tree5ffa9718d1f20c27fceaff95a1da0558d5d20321
parent8fccea249b1a6f1469eeea42c2b2cca06ce1c70d
ART: dex2oat flag for HGraphVisualizer dump file

This patch adds a new flag to dex2oat which allows to specify the
name of the file that HGraphVisualizer will store its output into.
Until now the graph was dumped to "art.cfg" in the current working
directory. To make Checker work with run-test, the output directory
needs to be customizable.

Change-Id: I395c518b987e594e89e5e80f202a96befa41ac20
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/optimizing/optimizing_compiler.cc
dex2oat/dex2oat.cc
tools/checker.py