Changes between Version 2 and Version 3 of Ticket #56793, comment 10


Ignore:
Timestamp:
May 23, 2021, 2:00:43 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56793, comment 10

    v2 v3  
    11Attached timing info, as well as a process sample of the MacPorts tclsh process. The file registration process for `texlive-fonts-extra` took a little over 28 minutes, and total port installation time was approximately 30 minutes.
    22
    3 If you review the timing file (`port-install-texlive-fonts-extra-timings.txt`), you'll see the performance is very non-linear: It's extremely fast at first, but grows progressively slower. By the end of the process, only a few hundred file registrations are occurring during every 15-second interval.
     3If you review the timing file (port-install-texlive-fonts-extra-timings.txt), you'll see the performance is very non-linear: It's extremely fast at first, but grows progressively slower. By the end of the process, only a few hundred file registrations are occurring during every 15-second interval.
    44
    55As for profiling, I started by adding `package require Tclx` at the top of `portinstall.tcl`, but that resulted in the following error: