<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 5 Dec 2018, at 10:04, Didier Verna wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">"Robert Goldman" <a href="mailto:rpgoldman@sift.info" style="color:#777">rpgoldman@sift.info</a> écrivait:</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<p dir="auto">Depending on the host lisp you are using, couldn't you wrap the calls<br>
to COMPILE-FILE and LOAD in code that times those operation?</p>
</blockquote>

<p dir="auto">I could, but since I want per-library numbers, I would need to<br>
  reconstruct that information afterwards...</p>
</blockquote>

<p dir="auto">Yes, I am afraid that is correct.</p>

<p dir="auto">This is yet another problem that comes from the fact that the build plans are linear, instead of hierarchical -- for example there's no subsequence that is identifiable as being the set of operations for a particular <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">module</code>.</p>

<p dir="auto">Logically speaking, there's a tree structure in the build process that is what you need, but I don't believe that there are any facilities in ASDF to recover that tree structure.</p>

<p dir="auto">This may be the best you can do.</p>

<p dir="auto">R</p>
</div>
</div>
</body>
</html>