From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B82841F8C6 for ; Thu, 5 Aug 2021 07:48:39 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7A59B385E449 for ; Thu, 5 Aug 2021 07:48:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A59B385E449 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1628149718; bh=UZzmUSWIGbQLN0dTsoyTrIC0Jz6eMZkX53eGG4XTO28=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=ic+yjP0tKkP4ZWi1q9B0Y7Yuz7iXhnx2NJqNyZv4vyJk1PB5NQB9C/XwoOYhJ+fz5 Ypl4A/RXo6gZ0RuhiTWy9EPSZkNp+UvrQJp2/0s0oD4TG2y6WDVkUTBhQIZMQSaIyg f/fiSevyRm5+P/IoVMO492FDTlabjKD4zcxuC1jE= Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by sourceware.org (Postfix) with ESMTPS id 7BAC03857C65 for ; Thu, 5 Aug 2021 07:48:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7BAC03857C65 IronPort-SDR: TqYGtWtOSImPLU0gyt45D12N8c/HwssfmvKBBmx7i6JikuvW3U0CRfHTy/LypjjzClGVsLrfES mcVL/DFoImI3RHTWrPAHAPx9YW9+yyVAJ7oNg7BC7SxY+TamGvyP5GetK6rLAChYMF9gg1wwv0 4sBnDJ1a+G2KEKFviOzf1xN/+jmwJwvtOJByUDc9uwpE7BDgm2CtHF32q3d5IBbcoXc2uVozL+ TMFcI2SMO5FZ/eFx8uyfH7AhvF5Jld8TOfSisYFiEQcZ56+wmzGPLMb9WyEq1R0u5v+ktYPcJh p1PDV5R+p+lFgBgX1fSY6pDS X-IronPort-AV: E=McAfee;i="6200,9189,10066"; a="19068892" X-IronPort-AV: E=Sophos;i="5.84,296,1620658800"; d="scan'208";a="19068892" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP; 05 Aug 2021 16:48:13 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id EDD15E6800 for ; Thu, 5 Aug 2021 16:48:12 +0900 (JST) Received: from m3050.s.css.fujitsu.com (msm.b.css.fujitsu.com [10.134.21.208]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 26506DAD5F for ; Thu, 5 Aug 2021 16:48:12 +0900 (JST) Received: from bionic.lxd (unknown [10.126.53.116]) by m3050.s.css.fujitsu.com (Postfix) with ESMTP id ECFC2AB; Thu, 5 Aug 2021 16:48:11 +0900 (JST) To: "Lucas A. M. Magalhaes" , Wilco Dijkstra , Noah Goldstein , Joseph Myers , Siddhesh Poyarekar , Andreas Schwab , libc-alpha@sourceware.org Subject: [PATCH v3 0/5] benchtests: Add memset zero fill benchmark test Date: Thu, 5 Aug 2021 07:47:33 +0000 Message-Id: <20210805074733.433430-1-naohirot@fujitsu.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210720063136.362202-1-naohirot@fujitsu.com> References: <20210720063136.362202-1-naohirot@fujitsu.com> X-TM-AS-GCONF: 00 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Naohiro Tamura via Libc-alpha Reply-To: Naohiro Tamura Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" Hi Lucas, Wilco, Noah, Joseph, Siddhesh, Andreas, and all, This series of patches contains the version 3 of memset zero fill benchmark test and its related ground work. All comments of patch v2 are reflected, please find them. Thanks. Naohiro Naohiro Tamura (5): benchtests: Enable scripts/plot_strings.py to read stdin benchtests: Add memset zero fill benchtest benchtests: Remove redundant assert.h benchtests: Fix validate_benchout.py exceptions config: Rename HAVE_BUILTIN_MEMSET macro benchtests/Makefile | 2 +- benchtests/bench-memset-large.c | 1 - benchtests/bench-memset-walk.c | 1 - benchtests/bench-memset-zerofill.c | 134 ++++++++++++++++++++++++ benchtests/scripts/import_bench.py | 5 +- benchtests/scripts/plot_strings.py | 11 +- benchtests/scripts/validate_benchout.py | 6 +- config.h.in | 4 +- configure | 14 +-- configure.ac | 10 +- elf/rtld.c | 9 +- 11 files changed, 171 insertions(+), 26 deletions(-) create mode 100644 benchtests/bench-memset-zerofill.c -- 2.17.1