summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
J. Richard Barnette [Thu, 5 Aug 2010 21:13:48 +0000 (14:13 -0700)]
Add LICENSE file
Anush Elangovan [Sat, 5 Jun 2010 20:12:30 +0000 (13:12 -0700)]
Setup code review inheritance
Change-Id: Ifde290741160fa656424b871d52243d7be08a7d4
Daniel Erat [Tue, 6 Apr 2010 21:53:55 +0000 (14:53 -0700)]
build: Delete files from the previous build system.
There are other files in sub-repos that I'll delete
in separate changelists.
BUG=none
TEST=built an image using portage
Review URL: http://codereview.chromium.org/1521015
Colin Watson [Mon, 25 Jan 2010 15:23:40 +0000 (15:23 +0000)]
Rename chromeos-microbenchmark package to libchromeos-microbenchmark-dev
This package only contains a header file and a static library, so
libfoo-dev naming is more conventional, and it lets chromiumos-build
know that it can cross-convert the resulting package and install it to
satisfy future build-dependencies without having to add a special case.
Review URL: http://codereview.chromium.org/553066
Colin Watson [Fri, 22 Jan 2010 10:50:20 +0000 (10:50 +0000)]
Use packaged libchrome and libchromeos rather than in-tree references
Review URL: http://codereview.chromium.org/553044
Will Drewry [Fri, 15 Jan 2010 21:36:54 +0000 (13:36 -0800)]
chromeos-microbenchmark: update build-deps; install on package build
(note, this is really a testing only package, like gtest and gmock, and could be taken out of the image build path if we ever separate the build in that way)
Review URL: http://codereview.chromium.org/546063
Colin Watson [Thu, 7 Jan 2010 17:22:47 +0000 (17:22 +0000)]
microbenchmark: Switch to new cross-friendly packaging style
Use dh(1) and dh-chromeos.
Fix SConstruct to use cross-tools from environment if set.
Review URL: http://codereview.chromium.org/523127
Will Drewry [Thu, 10 Dec 2009 22:13:15 +0000 (14:13 -0800)]
Fix broken tree
- Fixes naming
- Removes minijail_benchmarks as part of the build for now until I fix it.
Review URL: http://codereview.chromium.org/491019
Will Drewry [Thu, 10 Dec 2009 20:31:47 +0000 (12:31 -0800)]
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
Will Drewry [Thu, 10 Dec 2009 01:23:59 +0000 (17:23 -0800)]
Add a simple microbenchmark framework, packaging, and sample tests.
I have no idea if this is useful, but it works for me and might be useful if you have specific functions to test. No effort has been made to make it pretty or ensure statistical relevance.
Review URL: http://codereview.chromium.org/481009