|
From: | Andreas Schwab |
Subject: | Re: [PATCH] support for accessing CPU/core count (processor-count) |
Date: | Sun, 10 Oct 2021 23:32:22 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
On Okt 10 2021, Arthur Miller wrote: > (cond ((eq 'gnu/linux system-type) > (with-current-buffer (find-file-noselect "/proc/cpuinfo") > (if (re-search-forward "cpu cores.*: " nil t) > (string-to-number (current-word)) Why do you think this does anything useful? Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."
[Prev in Thread] | Current Thread | [Next in Thread] |