Summary - Performance Engineering(성능 공학)

CODEDRAGON Development/Software Engineering

반응형


 

Performance Engineering(성능 공학)

구분

단계

1

분석 단계

2

설계 단계

3

개발단계

4

최종 테스트 단계

5

운영 단계

 

http://codedragon.tistory.com/6036

 

 

 

프로그램 성능향상 기법

·       시스템호출(System Call) 사용빈도 감소

·       I/O집중에 따른 경합(Competition) 감소

·       Garbage Collection 회피

·       Object 재사용

·       Method 호출 감소(Inline Method 사용)

http://codedragon.tistory.com/8194

 

 


반응형