resin profiler
780 단어 profile
대부분의 경우, 당신이 작성한 프로그램의 실행 효율을 측정하는 프로그램을 가리키며, 프로그램의 함수마다 얼마나 오래 실행되었는지 등 매개 변수를 열거할 수 있다.
<servlet>
<servlet-name>xiaoneilog</servlet-name>
<servlet-class>com.caucho.tools.profiler.ProfilterServlet
</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>xiaoneilog</servlet-name>
<url-pattern>/resin-profiler</url-pattern>
</servlet-mapping>
주소를 보려면 다음과 같이 하십시오.
http://localhost/myWeb/resin-profiler
예컨대http://www.rere.com/resin-profiler
http://jdev.tw/blog/352/resin%E7%9A%84profiler%E6%A9%9F%E5%88%B6
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
[Linux] 초기 설정Profile 적용 순서 (1) /etc/profile.d/test.sh -> 모든 sh 파일이 해당된다. (2) /etc/profile (3) /etc/bashrc (4) ~/.bashrc (5) ~/.bash_p...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.