A
Anonymous
Guest
- Thread starter
- #11
Exactly.
That may be the only point in the entire MP project which needs optimizing.
That may be the only point in the entire MP project which needs optimizing.
Now you did it. Now 100 programmers concentrate on that single method to optimize MP, day in day out they look at those code linesfrodo said:if you profile MP (with nprof or ants) you'll see that
90% of all cpu power used goes in guifont.cs
in the method drawtext
In my opinion its better to optimize this then to
randomly optimize some code which may take up 0.00001 % cpu