Search found 4 matches
- Wed Jan 14, 2009 11:27 am
- Forum: PSP Development
- Topic: Profiler for PSPLink
- Replies: 7
- Views: 3304
- Mon Jan 12, 2009 4:10 pm
- Forum: PSP Development
- Topic: Profiler for PSPLink
- Replies: 7
- Views: 3304
- Sun Jan 11, 2009 6:15 pm
- Forum: PSP Development
- Topic: SVN "broken" for case-insensitive OSes (Windows)
- Replies: 5
- Views: 4170
I made these sort of mistake several times. :( I know cygwin has an option: strict_case=yes to do the strict case check. And there is an interesting post to say there is a build option in GCC which can enable this check: http://gcc.gnu.org/ml/java-patches/2003-q1/msg00733.html maybe this can be the ...
- Sun Jan 11, 2009 6:12 pm
- Forum: PSP Development
- Topic: Profiler for PSPLink
- Replies: 7
- Views: 3304
Profiler for PSPLink
First of All, I should thank everybody who made PSPLink which is so great tool to help PSP development. I tried gprof to debug my application in PSP. Unfortunately, the memory is not enough to support gprof in an application which already use almost all the memory. And gprof need recompile the appli...