Opened 7 years ago
Closed 7 years ago
#5508 closed defect (fixed)
getExtendsModifierNames() API call still slow with -nfAPI
| Reported by: | Francesco Casella | Owned by: | Adrian Pop |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.14.0 |
| Component: | NF API | Version: | |
| Keywords: | Cc: |
Description
Analysis reported in ticket:5482#comment:10 shows that the getExtendsModifierNames() API function call is a major bottleneck in the operation of OMEdit for some models.
This function should be re-implemented by using the NF
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
More of the old API is handled now via NF in f4dcc4/OpenModelica.
Note:
See TracTickets
for help on using tickets.

That is because it doesn't use the NF yet :)
I'll look into it.