3 resultados para Eclipse
em QSpace: Queen's University - Canada
Resumo:
In Model-Driven Engineering (MDE), the developer creates a model using a language such as Unified Modeling Language (UML) or UML for Real-Time (UML-RT) and uses tools such as Papyrus or Papyrus-RT that generate code for them based on the model they create. Tracing allows developers to get insights such as which events occur and timing information into their own application as it runs. We try to add monitoring capabilities using Linux Trace Toolkit: next generation (LTTng) to models created in UML-RT using Papyrus-RT. The implementation requires changing the code generator to add tracing statements for the events that the user wants to monitor to the generated code. We also change the makefile to automate the build process and we create an Extensible Markup Language (XML) file that allows developers to view their traces visually using Trace Compass, an Eclipse-based trace viewing tool. Finally, we validate our results using three models we create and trace.
Resumo:
How can a "servant of Parliament" be held in check if it disregards the constitutional conventions of responsible government and takes a place in its own right in the representative institutions? the paper presents a history of the modernization of the legislative audit in the federal Parliament. It considers the evolution of the powers and practices of the Office of the Auditor General, how its role has become intertwined with that of Treasury Board Secretariat, and the eclipse of the House of Commons' Standing Committee on Public Accounts. The paper is an abridged version of a paper prepared for a conference in Saskatoon in November, 2001. It is to be published in a UBC Press volume edited by David Smith, John Courtney and Duff Spafford of the Department of Political Science at the University of Saskatchewan. The Press will hold copyright. See also "Biggest Scandal in Canadian History," School of Policy Studies Working Paper Number 23.
Supporting Run-time Monitoring of UML-RT through Customizable Monitoring Configurations in PapyrusRT
Resumo:
Model Driven Engineering uses the principle that code can automatically be generated from software models which would potentially save time and cost of development. By this methodology, a systems structure and behaviour can be expressed in more abstract, high level terms without some of the accidental complexity that the use of a general purpose language can bring. Models are the actual implementation of the system unlike in traditional software development where models are often used for documentation purposes only. However once the code is generated from the model, testing and debugging activities tend to happen on the code level and the model is not updated. We believe that monitoring on the model level could potentially facilitate quality assurance activities as the errors are detected in the early phase of development. In this thesis, we create a Monitoring Configuration for an open source model driven engineering tool called PapyrusRT in Eclipse. We support the run-time monitoring of UML-RT elements with a tracing tool called LTTng. We annotate the model with monitoring information to be used by the code generator for adding tracepoint statements for the corresponding elements. We provide the option of a timing specification to discover latency errors on the model. We validate the results by creating and tracing real time models in PapyrusRT.