왜 -pg 옵션으로 프로파일링을 해놔도 gmon.out이 생성이 안되는지
혹시 sh4-linux-gcc가 잘못된 건가? 하고 생각을 했었는데 이유는 다른데 있었다.
이래서 gprof 대신에 다른 걸 언급해 놓은 거구나 ㄱ-
혹시 sh4-linux-gcc가 잘못된 건가? 하고 생각을 했었는데 이유는 다른데 있었다.
For users interested in tuning the performance of their applications, the STLinux distribution includes two profilers - gprof and OProfile. The standard GNU profiler, gprof, has two key limitations for embedded Linux development: * It will only profile a single user mode application. * It will only profile an entire run of that application, and requires it to exit. Many embedded applications are never intended to exit! [링크 : http://stlinux.com/docs/manual/howto/how_to_guide37.php] |
이래서 gprof 대신에 다른 걸 언급해 놓은 거구나 ㄱ-
'회사일 > STLinux' 카테고리의 다른 글
VLC 와 pkg-config (0) | 2010.03.09 |
---|---|
ffmpeg 크로스컴파일시 오류발생 (STLinux2.2) (2) | 2010.03.08 |
python 2.5.4 컴파일시 bzip 에러 (0) | 2010.02.25 |
python2.4 on STLinux with google api(gdata) (0) | 2010.02.23 |
cross compiled python2.4 on STLinux2.3 (2) | 2010.02.23 |