delorie.com/archives/browse.cgi | search |
Date: | Mon, 14 May 2001 17:32:34 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Michiel de Bondt <michielb AT sci DOT kun DOT nl> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: how to use inline push and pop |
In-Reply-To: | <3AFFE1FD.16E0E1E1@sci.kun.nl> |
Message-ID: | <Pine.SUN.3.91.1010514172930.27510G-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Mon, 14 May 2001, Michiel de Bondt wrote: > Does profile give memory times as well? No, it counts the combined time used up by code in each function. (It can also be tweaked to time specific portions of code, I think.) > Probably, memory > loads should be postponed as long as possible. Or should they be distributed? Unless your data is very large, all the data is in the cache, so accessing memory is very fast anyway.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |