From 0023873422d8079e7f63e8f869421dffaac9724e Mon Sep 17 00:00:00 2001 From: Will Drewry Date: Thu, 10 Dec 2009 12:31:47 -0800 Subject: [PATCH] Overhaul microbenchmark so that it can be pulled in easily by any package This follows the model set by gtest_main.a and adds a microbenchmark_main.a which can be pulled in by any package to do quick microbenchmarking of any of the functions in their tree. This change also includes updates to minijail as an example usage of the microbenchmark code. Last but not least, I fixed a copy and paste error in the copyright and a missing comma in the output as well as updated some comments. Review URL: http://codereview.chromium.org/492005 --- build_platform_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_platform_packages.sh b/build_platform_packages.sh index 7eaa5cbb4c..35d52321e9 100755 --- a/build_platform_packages.sh +++ b/build_platform_packages.sh @@ -29,7 +29,7 @@ PLATFORM_DIR="$SRC_ROOT/platform" PLATFORM_DIRS="acpi assets fake_hal init installer login_manager \ memento_softwareupdate pam_google window_manager \ cros chrome screenlocker cryptohome \ - monitor_reconfig minijail metrics_collection" + monitor_reconfig microbenchmark minijail metrics_collection" THIRD_PARTY_DIR="$SRC_ROOT/third_party" THIRD_PARTY_PACKAGES="connman e2fsprogs/files gflags gtest \