본문 바로가기

소프트웨어공학

Code profiler

(From wiki) http://en.wikipedia.org/wiki/Profiling_(computer_programming)

  • A (code) profiler is a performance analysis tool that, most commonly, measures only the frequency and duration of function calls, but there are other specific types of profilers (e.g. memory profilers) in addition to more comprehensive profilers, capable of gathering extensive performance data.
  •  

    가장 흔히 말하는  code profiler 는  함수 호출의 빈도와 소요시간 등을 측정해주는 성능 분석 도구이다.
    그런 맥락에서
    code profiling을 함수 호출 빈도 및 소요 시간 등 성능 분석을 하는 일이라고 볼 수 있다.

    '소프트웨어공학' 카테고리의 다른 글

    버전 관리(Mercurial)  (0) 2011.07.13
    코딩을 하면서 생각한 Feedback  (0) 2010.05.02
    Probe effect  (0) 2010.02.04
    UML Class Template 표기  (0) 2009.09.15
    UML relationship 화살표방향 정리  (0) 2009.09.14