$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

[국내논문] UML 상태 기계를 이용한 임베디드 소프트웨어의 소모 전력 분석
Analysis of Power Consumption for Embedded Software using UML State Machine Diagram 원문보기

정보처리학회논문지. The KIPS transactions. Part D. Part D, v.19D no.4, 2012년, pp.281 - 292  

이재욱 (충북대학교 컴퓨터과학과) ,  홍장의 (충북대학교 컴퓨터과학과)

초록
AI-Helper 아이콘AI-Helper

스마트 폰과 같은 모바일 기기에서 동작하는 응용 소프트웨어는 제한된 배터리 용량으로 인하여 안정적인 서비스를 지속적으로 제공하는데 어려움을 갖는다. 과거에는 배터리의 수명을 연장 시키거나 소모전력이 적은 하드웨어 장치들을 개발하는 것으로 모바일 기기의 소모전력을 관리하였다. 그러나 시스템에 탑재되는 소프트웨어가 복잡해짐에 따라 소프트웨어에 대한 소모전력 분석 연구도 관심을 갖게 되었다. 이러한 연구들 중에서 모델 기반의 소모전력 분석은 코드가 개발되기 이전에 미리 소모전력을 분석하고, 분석 결과를 기반으로 소프트웨어를 개발한다는 측면에서 소모전력 감소를 위한 하나의 중요한 전략으로 인식되어 오고 있다. 따라서 본 논문에서는 소프트웨어의 행위 모델인 UML의 상태기계(State Machine) 다이어그램을 이용하는 소모전력 분석 기법을 제안한다. 제안하는 분석기법은 상태기계 다이어그램을 페트리 넷으로 변환하고, 이의 시뮬레이션을 통해 소모전력을 예측하게 된다.

Abstract AI-Helper 아이콘AI-Helper

A wide variety of smartphone applications is increasing the usage time of smartphone. Due to the increased time, it becomes difficult to providing stable services to users with limited battery capacity. The past works have been performed the power management of mobile device toward long-lasting batt...

주제어

질의응답

핵심어 질문 논문에서 추출한 답변
상태 기계 다이어그램이란 무엇인가? 상태 기계 다이어그램은 임베디드 시스템의 상태 변화를 기반으로 소프트웨어의 동작을 표현하는 모델이다. 그러나 UML에서 제시하는 상태 기계 다이어그램의 표현과 상태기반 분석 기법만으로는 소프트웨어 행위를 통한 성능, 데드락과 같은 비기능적 속성을 분석하고 검증하기에는 충분하지 못하다[16].
상태 기계 다이어그램의 단점은 무엇인가? 상태 기계 다이어그램은 임베디드 시스템의 상태 변화를 기반으로 소프트웨어의 동작을 표현하는 모델이다. 그러나 UML에서 제시하는 상태 기계 다이어그램의 표현과 상태기반 분석 기법만으로는 소프트웨어 행위를 통한 성능, 데드락과 같은 비기능적 속성을 분석하고 검증하기에는 충분하지 못하다[16]. 이러한 단점을 극복하기 위해 상태 기계 모델을 페트리 넷과 같은 정형 기법으로 변환한 후, 시뮬레이션을 수행하는 다양한 방법들이 제시되었다[17,18].
상태 기계 모델은 무엇으로 구성되는가? 3[22]에서는 상태 기계 모델을 구성하는 요소들을 그림 3과 같이 메타 모델로 정의하고 있다. 그림 3에서 정의하는 것과 같이 상태 기계는 크게 State, Transition, vertex, 그리고 Region으로 구성된다. State는 시스템의 상태를 직접적으로 표현하는 simple state, composite state, submachine state, final state와 시스템의 상태를 표현하지는 않지만, 시스템의 흐름을 표현하기 위한 사용되는 Pseudo state로써, choice, entry point, exit point, history, initial, junction, terminate 상태가 존재한다[22].
질의응답 정보가 도움이 되었나요?

참고문헌 (25)

  1. M. Caldari, M. Conti, M. Coppola, P. Crippa, S. Orcioni, L. Pieralisi, C. Turchetti, "System-Level Power Analysis Methodology Applied to the AMBA AHB BUS," Design, Automation and Test in Europe, pp.32-37, 2003. 

  2. Reinaldo A. Bergamaschi, Yunjian W. Jiang, "State-Based Power Analysis for Systems-on-Chip," Design Automation Conference, pp.638-641, 2003. 

  3. Youngjin Cho, Younghyun Kim, Sangyoung Park, Naehyuck Chang, "System-Level Power Estimation using an On-Chip Bus Performance Monitoring Unit," IEEE/ACM International Conference on Computer-Aided Design, pp.149-154, 2008. 

  4. V. Tiwari, S. Malik, and A. Wolfe "Power Analysis of Embedded Software: A First Step Towards Software Power Minimization," IEEE Transactions on Very Large Scale Integration (VLSI ) Systems, Vol.2, Issue 4, pp.437-445, 1994. 

  5. D. Sarta, D. Trifone, and G. Ascia, "A Data Dependent Approach to Instruction Level Power Estimation," IEEE Alessandro Volta Memorial Workshop on Low Power Design, pp.182-190, 1999. 

  6. Klass, B., et. al., "Modeling Inter-instruction energy effects in a digital signal processor," Proceeding of the Power Driven Microarchitecture Workshop, ISCA'98, 1998. 

  7. E. Senn, J. Laurent, N. Julien, and E. Martin, "Softexplorer: estimating and optimizing the power and energy consumption of a C program for DSP applications," EURASIP Journal on Applied Signal Progressing, 2005. 

  8. A. Muttreja, A. Raghunathan, S. Ravi, N. K. Jha, "Hybrid Simulation for Energy Estimation of Embedded Software," IEEE Transaction on Computer-AIDED Design of Integrated Circuits and Systems, Vol.26, No.10, pp.1843-1854, 2007. 

  9. T. K. Tan, A. Raghunathan, et al., "Energy Macromodeling of Embedded Operating Systems," ACM Transaction on Embedded Computing Systems, Vol.4, Issue 1, pp.231-254, 2005. 

  10. X. Yue, Z. Xuehai, L. Xi, G. Yuchang, "OOEM: Object-Oriented Energy Model for Embedded Software Reuse," IEEE International Conference on Information Reuse and Integration, pp.551-558, 2003. 

  11. T. K. Tan, A. Raghunathan, et al., "Software Architectural Transformations: A New Approach to Low Energy Embedded Software," Proceeding of Design, Automation & Test in Europe, pp.1046-1051, 2003. 

  12. Kim, D.H., Kim, J.P., and Hong, J.E., "A Power Consumption Analysis Technique Using UML-Based Design Models in Embedded Software Development," LNCS Vol.6543, pp.320-331, 2011. 

  13. H. Jun, L. Xuandong, Z. Guoliang, W. Chenghua, "Modelling and Analysis of Power Consumption for Component-Based Embedded Software," Proc. Embedded Ubiquitous Computing Workshops 2006, pp.795-804, 2006. 

  14. B. Nogueira, P. Maciel, E, Tavares, E. Andrade, R. Massa, G. Callou, R. Ferraz1, "A Formal Model for Performance and Energy Evaluation of Embedded Systems," EURASIP Journal on Embedded Systems, 2011. 

  15. E. Carneiro, P. Maciel, G. Callou, E. Tavares, B. Nogueira, "Mapping SysML State Machine Diagram to Time Petri net for Analysis and Verification of Embedded Real-Time Systems with Energy Constraints," International Conference on Advances in Electronics and Micro-electronics, pp.1-6, 2008. 

  16. E. Kerkouche, A. A. Chaoui, El Bay Bourennane, O. Labbani "A UML and Colored Petri Nets Integrated Modeling and Analysis Approach using Graph Transformation," Journal of Object Technology, Vol.9, No.4, pp.25-43, 2010. 

  17. J. Trowitzsch and A. Zimmermann, "Using UML State Machines and Perti Nets for the Quantitative Investigation of ETCS," ACM Value Tools'06, pp.1-8, 2006. 

  18. H. Jung and S. Joo, "Transformation of an Activity Model into a Colored Petri Net Model," Int'l conf. on Trends in info. sci. and computing, pp.32-27, 2010. 

  19. Kurt Jensen, Coloured Pert Nets, Vol.1 and Vol.2, Spring-Verlag, 1992. 

  20. Bammi, J.R., et al., "Software Performance Estimation Strategies in a System-Level Design Tool," Proceedings of CODES, pp.82-86, 2000. 

  21. Kim, D.H. and Hong, J.E., "Energy Component Library for Power Consumption Analysis of Embedded Software," The KIPS Transactions: Part D, Vol.16-D, pp.871-880, Dec., 2009. 

  22. OMG, Unified Modeling Language Superstructure, Version 2.3, Doc #: 2010-05-05, May, 2010. 

  23. H.S. Min, Embedded System Programming with UML: Rhapsody in C++ (Ver 7.X), Bogdoo Publisher, 2009. 

  24. Meta Software, Design/CPN Reference Manual: Part 3, CPN ML Reference, 1993. 

  25. Tan, T.K., Raghunathan, A., Jha, N.K., "EMSIM: An Energy Simulation Framework for an Embedded Operating System," International Symposium of Circuits and Systems, pp.464-467, 2002. 

저자의 다른 논문 :

LOADING...

관련 콘텐츠

오픈액세스(OA) 유형

BRONZE

출판사/학술단체 등이 한시적으로 특별한 프로모션 또는 일정기간 경과 후 접근을 허용하여, 출판사/학술단체 등의 사이트에서 이용 가능한 논문

유발과제정보 저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로