Changes between Version 4 and Version 5 of Ticket #56793, comment 10


Ignore:
Timestamp:
May 23, 2021, 4:50:33 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56793, comment 10

    v4 v5  
    11Attached timing info, as well as a sample of the MacPorts tclsh process. The file registration work 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, 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: