OSDN Git Service

Revert "Revert "Add profman tool: responsible to process profiles""
authorCalin Juravle <calin@google.com>
Tue, 23 Feb 2016 12:00:03 +0000 (12:00 +0000)
committerCalin Juravle <calin@google.com>
Tue, 23 Feb 2016 12:00:03 +0000 (12:00 +0000)
commit2e2db786b8fbaa4dceb37603a4296b0b2aea4e9e
tree7fef29d5fcdb997950fd1a2524ae853b4dcfac3d
parent3da74687e42de7d33a8e75df9bd64374e650f75e
Revert "Revert "Add profman tool: responsible to process profiles""

This reverts commit 3da74687e42de7d33a8e75df9bd64374e650f75e.

Change-Id: Id005096bd8063c6c602744d4476d5eb7e0d34e90
17 files changed:
Android.mk
build/Android.gtest.mk
compiler/Android.mk
compiler/profile_assistant.h [deleted file]
dex2oat/dex2oat.cc
profman/Android.mk [new file with mode: 0644]
profman/profile_assistant.cc [moved from compiler/profile_assistant.cc with 51% similarity]
profman/profile_assistant.h [new file with mode: 0644]
profman/profile_assistant_test.cc [moved from compiler/profile_assistant_test.cc with 53% similarity]
profman/profman.cc [new file with mode: 0644]
runtime/base/scoped_flock.cc
runtime/base/unix_file/fd_file.cc
runtime/base/unix_file/fd_file.h
runtime/jit/offline_profiling_info.cc
runtime/jit/offline_profiling_info.h
runtime/utils.cc
runtime/utils.h