• 제목/요약/키워드: Time Performance

검색결과 28,126건 처리시간 0.046초

The Performance Analysis of CPU scheduling Algorithms in Operating Systems

  • Thangakumar Jeyaprakash;Ranjana P;Sambath M
    • International Journal of Computer Science & Network Security
    • /
    • 제23권7호
    • /
    • pp.165-170
    • /
    • 2023
  • Scheduling algorithms plays a significant role in optimizing the CPU in operating system. Each scheduling algorithms schedules the processes in the ready queue with its own algorithm design and its properties. In this paper, the performance analysis of First come First serve scheduling, Non preemptive scheduling, Preemptive scheduling, Shortest Job scheduling and Round Robin algorithm has been discussed with an example and the results has been analyzed with the performance parameters such as minimum waiting time, minimum turnaround time and Response time.

멀티스레드 어플리케이션을 위한 실시간 성능모니터의 구현 (The Implementation of Real-time Performance Monitor for Multi-thread Application)

  • 김진혁;신광식;윤완오;이창호;최상방
    • 전자공학회논문지CI
    • /
    • 제48권3호
    • /
    • pp.82-90
    • /
    • 2011
  • 마이크로프로세서의 발전과 함께 멀티코어 시스템은 점차 보편화 되어가고 있다. 이러한 하드웨어 성능향상 패러다임의 변화로 인해 소프트웨어의 성능향상을 위해서는 기존의 싱글 스레드 어플리케이션들을 멀티 스레드 어플리케이션들로 교체하는 과정이 필수적이다. 멀티 스레드 어플리케이션 개발의 복잡성 때문에, 성능모니터링 도구는 어플리케이션의 성능 최적화를 지원하기에 유용한 도구로 사용된다. 기존의 성능모니터링 도구는 사용의 편의성이나 실시간성의 지원보다는 성능 측정 자체에 초점이 맞춰져 있다. 실시간 성능 모니터는 멀티 스레드 어플리케이션이 수행하는 동안 나타나는 문제점을 파악하는 것 뿐 아니라 실시간으로 어플리케이션의 동작 상태를 개발자가 확인 할 수 있기 때문에 단순한 성능 지표들만으로 문제점의 원인을 찾아내야하는 비 실시간 성능 모니터에 비해 효과적인 도구로 사용될 수 있다. 본 논문에서는 멀티코어 시스템을 위한 실시간 성능모니터링 도구인 RMPM(Real-time Multi-core Performance Monitor)를 제안하고 성능 측정 주기로 인한 오버헤드와 정확성 사이의 관계를 비교하여 최적의 측정 주기를 결정하였다. 제안한 성능모니터는 전체시스템의 CPU 사용량, 메모리 사용량, 네트워크 사용량 뿐아니라 시스템의 코어별, 어플리케이션의 스레드별 부하 분산상태를 나타낼 수 있다.

미사일방어체계의 교전계획 수립을 위한 요격체계의 시간성능인자 분석 (Analysis on Time Performance of Intercept System for Engagement Plan of Missile Defense System)

  • 홍승완;송진영;장영근
    • 한국군사과학기술학회지
    • /
    • 제22권1호
    • /
    • pp.93-105
    • /
    • 2019
  • In order to establish an effective engagement plan of the missile defense system, both spatial and temporal performance analysis of the intercept system should be performed. However, research on existing missile defense systems has been mainly focused on spatial performance. In this study, time performance factors are defined through the composition and operational concept of missile defense system, and the target ballistic missile interception process is presented as integrated timeline through ballistic missile model and radar model. We also proposed an algorithm for deriving time performance. Simulation results confirm that the time performance factors can be used in the engagement planning for multi-engagement through the example of engagement planning.

Towards Performance-Enhancing Programming for Android Application Development

  • Kim, Dong Kwan
    • International Journal of Contents
    • /
    • 제13권4호
    • /
    • pp.39-46
    • /
    • 2017
  • Due to resource constraints, most of Android application developers need to address potential performance problems during application development and maintenance. The coding styles and patterns of Android programming could often affect the execution time and energy efficiency which are utilized by the Android applications. Thus, it is necessary for application developers to apply performance-enhancing programming practices for mobile application development. This paper introduces performance-enhancing best practices for Android programming, and further, it evaluates the impact of these practices on the CPU time of the application. The original version with the performance-worsening code has been refactored to become an efficient version without changing its functionality. To demonstrate the efficiency of the proposed approach, each coding pattern was evaluated by measuring the CPU time under the controlled runtime environment. Furthermore, the Android applications were evaluated and compared via the CPU time of the original version, with that of the refactored version. These experimental results indicate that, by -using the proposed programming practices, the Android developer can develop performance-efficient mobile applications.

Factors That Affect Project Time and Cost Performance during Highway Construction Using Incentive/Disincentive Provisions

  • Pyeon, Jae-Ho;Park, Moonseo;Jung, Sangsun;Park, Taeho
    • 토지주택연구
    • /
    • 제11권4호
    • /
    • pp.115-124
    • /
    • 2020
  • Incentive/Disincentive (I/D) contract is designed for minimizing any disruption of traffic flow in road construction projects. I/D contracting projects have been evaluated with regard to time and cost performance in various states, more than 35 states. However, construction project managers and planners have little understanding of the project factors that affect the project time and cost performance of highway construction projects using I/D regulations. Therefore, the purpose of this research is to find factors that affect I/D project success or failure to improve the decision-making process for the implementation of I/D projects. In order to achieve the objectives of this research, the researchers collected I/D road construction project data from FDOT and performed evaluation for each collected project. Then, project data analysis to identify key factors that affect I/D project performance was performed. In conclusion, five significant factors for project time performance and six significant factors for project cost perfornace were identified and summarized.

윈도우10에 실시간 성능을 제공하기 위한 타이머 구현 및 성능 측정 (Timer Implementation and Performance Measurement for Providing Real-time Performance to Windows 10)

  • 이정국;이상길;이철훈
    • 한국콘텐츠학회논문지
    • /
    • 제20권10호
    • /
    • pp.14-24
    • /
    • 2020
  • 실시간 성능이란 정확한 주기에 정확한 결과값을 반환하거나, 일정 주기마다 정해진 일을 수행하는 것이다. 윈도우는 실시간 성능을 지원하지 못하므로 RTX나 INtime과 같은 고가의 서드파티를 사용하여 실시간 성능을 지원한다. 본 논문은 윈도우에 디바이스 드라이버 형태로 동작하는 실시간 커널인 RTiK을 통해 윈도우에 실시간 성능을 지원하고자 한다. 윈도우 7에서 RTiK은 x86 하드웨어에서 지원하는 Local APIC를 이용한 타이머를 사용하였다. 하지만 윈도우 10에서 KPP(Kernel Patch Protection)으로 인해 Local APIC 타이머를 사용하는 것이 불가능해졌다. 이에 Local APIC IPI를 사용하여 정해진 주기를 알리는 타이머를 구현하였고 성능 측정을 수행하여 주기가 오차범위 내에서 정상 동작함을 확인하였다. 이를 통해 윈도우 10에서 실시간 성능 제공을 가능하게 하였다.

기계학습 기반의 실시간 이미지 인식 알고리즘의 성능 (Performance of Real-time Image Recognition Algorithm Based on Machine Learning)

  • 선영규;황유민;홍승관;김진영
    • 한국위성정보통신학회논문지
    • /
    • 제12권3호
    • /
    • pp.69-73
    • /
    • 2017
  • 본 논문에서는 기계학습 기반의 실시간 이미지 인식 알고리즘을 개발하고 개발한 알고리즘의 성능을 테스트 하였다. 실시간 이미지 인식 알고리즘은 기계 학습된 이미지 데이터를 바탕으로 실시간으로 입력되는 이미지를 인식한다. 개발한 실시간 이미지 인식 알고리즘의 성능을 테스트하기 위해 자율주행 자동차 분야에 적용해보았고 이를 통해 개발한 실시간 이미지 인식 알고리즘의 성능을 확인해보았다.

주부가 지각한 시간제약과 가사노동의 수행방안 (Time Pressure Perceived by Housewife and Housework Performance Strategy)

  • 이승미;이기영
    • 가정과삶의질연구
    • /
    • 제8권1호
    • /
    • pp.129-142
    • /
    • 1990
  • The purpose of this study were to investigate : 1) Differences of perceived time pressure according to the employment status of housewife. 2) The differences of housework strategy according to the employment status of housewife. 3) The relation between perceived time pressure and housework performance strategy. The subject of this study were 375 women living in Seoul, the age of youngest child is at least school age. They were composed of non employed housewives, employed professional housewives and employed non professional housewives. Survery methods were questionare and interview. Data analysis strategy were percentile, frequency, one-way ANOVA, scheffe test and MCA. The major findings were : 1) Perceived time pressure and two sub areas, psychological time pressure and time pressure according to the part of housework were significantly different according to the employment status of housewife. The independent influence of employment status of housewives was most po erful in regression analysis. 2) Housework performance strategy was different according to the employment status of housewife. The strategies were divisions of housework amon family members, use of convenience goods, services, appliance, paid help, adjustment of housework performance standard, reduction of leisure and sleep time.

  • PDF

주식분할의 장기성과 측정 모델에 대한 연구 (A Study about Measurement Model of Long Term Performance in Stock Split)

  • 신연수
    • 정보학연구
    • /
    • 제9권3호
    • /
    • pp.77-89
    • /
    • 2006
  • The event study analyzes returns around event date at a time. Event study provides estimation periods and cumulative returns. Stock split announcements are generally associated with positive abnormal returns. It is important to investigate the responses of stocks to new information contained in the announcements of stock splits. So It is important to study the long term performance in the case of Stock Split. This Study forced to two approach method in evaluating the performance, the event time portfolio approach and calendar time portfolio approach. The event time portfolio approach exists the CAR model, BHAR model and WR model. And the calendar time portfolio approach has the 3 factor model, 4 factor model, CTAR model, and RATS model.

  • PDF

ATM망에서 Network Performance를 고려한 Real-Time Multimedia Service에 관한 연구 (A Study on Real-Time Multimedia Service Considering Network Performance in ATM Networks)

  • 김영준;이병호
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 1998년도 추계종합학술대회 논문집
    • /
    • pp.91-94
    • /
    • 1998
  • ATM technology is reaching a certain level of maturity that allow for its deployment in local as well as in wide area networks. Concurrently, audiovisual applications are foreseen as one of the major users of such broadband networks. We present in this paper requriement of real-time multimedia service on B-ISDN networks and simulating the transport of MPEG-2 encoded multimedia data over ATM networks using CBR, VBR, ABR of ATM Traffic Service. We compare each delay time considering network performance and propose need for real-time multimedia service.

  • PDF