[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Minios-devel] [UNIKRAFT/LIBBENCHMARK PATCH v3 0/5] Port benchmark on Unikraft
- To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
- From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Date: Tue, 15 Oct 2019 13:04:28 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=z5oxYm+wPq2BrzCnMO4fY9FaNPJ2hJxl5uIZ+p4FqB8=; b=eFSMwXR9eAokbgKzu8ilallpOb3GB82K1PnWEjQfDj+375fsEmkHDInAdSzBQOh/7db4YGdI8eg1h4ZUv+vWGm2TUGblURFyl35iVMSwcYPEC9QO4wRS2CN0hQ2MbL04Sfxm6xHl1mCgkINj1wp0YbjlmJj2+gogeXimAsh+CbLfHfPh//t/91q62fUFrvuBWSv1o3Wh3YqrzJ/UCjPMsZLtRV84bHCEqe7d3o0jih0VbHeyJHjMJ4p4gXbdmveaa0fQWcYIA8/5YI3kSwU6VNAOXl6cVYLLHprbYRuOumqej7wonqbzeFWTq32RKnpEfe/toa30OE/6IHlk1stSzA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gf7KsK+d8lKO8xliDh1EfvWQ0M/QAp4qCYuzdbpQNitemRwS4Jj2j1REqt8t9S01bYM8ySSmYmza0rlVwLS0PJOGYzB+OyYL9I093NuRcBACBAA9PAXUeM4JDuP3IVjU8VRAlMeU+PNwLD0jan3wFiqiFk9D9ipRobkLwoj0M8TKYzM4fMPYJxIjTaEerj/W3co1/3/k7jFzi9RV0az0hVuaBxiY3/7WE2VJR4+laIggCJeVLOoFR8ZGyBzZ/P1Q60gCPO7MT8ZA83RkjF3rsi2imnXjBfUnuMnQ2EwWCXuUOG+xreQlIjB+LHACEdGRQb/JHtHEsxnF+t3NYlcd7w==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
- Cc: "felipe.huici@xxxxxxxxx" <felipe.huici@xxxxxxxxx>, Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
- Delivery-date: Tue, 15 Oct 2019 13:04:34 +0000
- List-id: Mini-os development list <minios-devel.lists.xenproject.org>
- Thread-index: AQHVg1kTwbwlLG6V80yYhE9Vyr06HQ==
- Thread-topic: [UNIKRAFT/LIBBENCHMARK PATCH v3 0/5] Port benchmark on Unikraft
This is our initial port of benchmark to Unikraft. It is a library
to benchmark code snippets, similar to unit tests.
Changes since v1:
* Added LIBUKTIME as a config dependency
* Changed the config name to Google Benchmark
* Refactored the Makefile to use namespaced variables
* Added the -Wno-parentheses flag
* Removed invalid flags from C++ sources
Changes since v2:
* Add select LIBNEWLIBC to Config.uk
* Add -Wno-deprecated-declarations to LIBBENCHMARK_SUPPRESS_FLAGS
* Remove export keyword from src/sysinfo.cc 's getloadavg and sysctlbyname
Vlad-Andrei Badoiu (5):
Introduce library skeleton
Add Makefile.uk
patches: Fix build issues
Add glue.cc for stubbed functions
README.md: Update with info about building
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|