Opened 20 years ago
Closed 20 years ago
#774 closed defect (fixed)
psTraceGetLevel() is expensive to call
| Reported by: | jhoblitt | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It should be possible from the .ipprc to cause this function to immediately exit
with zero instead of actually doing any work.
Note:
See TracTickets
for help on using tickets.

I'm guessing that the switch to VLAs has resolved this performance issue. Can
you confirm that your timing tests reflect this?