Gentoo Archives: gentoo-dev

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-dev@l.g.o, Joshua Kinard <kumba@g.o>
Subject: Re: [gentoo-dev] util-linux build time increase?
Date: Fri, 01 Mar 2019 14:43:16
Message-Id: 9bd4717d-b3eb-0533-ee84-0892742e00e3@gentoo.org
In Reply to: Re: [gentoo-dev] util-linux build time increase? by Joshua Kinard
1 On 2/28/19 10:16 AM, Joshua Kinard wrote:
2 > Is /usr/local/bin/emerge_time.sh a custom script of yours, or is it
3 > available somewhere else? I usually use genlop to measure merge times, but
4 > that package has a lengthy set of perl dependencies that I don't want to
5 > pull into the catalyst seed chroots I am building/updating.
6
7 Its just a a quick way to propagate this wrapper on multiple computers;
8
9 # cat /usr/local/bin/emerge_time.sh
10 #!/bin/bash
11
12 if [[ $# < 1 ]]; then
13 echo "Usage: ${0} <pkgname>";
14 exit;
15 fi
16
17 qlop -tHvg "$1"
18
19
20 --
21 Kristian Fiskerstrand
22 OpenPGP keyblock reachable at hkp://pool.sks-keyservers.net
23 fpr:94CB AFDD 3034 5109 5618 35AA 0B7F 8B60 E3ED FAE3

Attachments

File name MIME type
signature.asc application/pgp-signature