1 resultado para stochastic adding machines
em QSpace: Queen's University - Canada
Filtro por publicador
- Aberdeen University (1)
- Academic Archive On-line (Karlstad University; Sweden) (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (6)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (15)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (10)
- Applied Math and Science Education Repository - Washington - USA (1)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (4)
- Archive of European Integration (4)
- Aston University Research Archive (2)
- Biblioteca de Teses e Dissertações da USP (1)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (26)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (39)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (60)
- Brock University, Canada (6)
- Cámara de Comercio de Bogotá, Colombia (1)
- CamPuce - an association for the promotion of science and humanities in African Countries (1)
- CentAUR: Central Archive University of Reading - UK (101)
- Cochin University of Science & Technology (CUSAT), India (14)
- Collection Of Biostatistics Research Archive (2)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (85)
- Cor-Ciencia - Acuerdo de Bibliotecas Universitarias de Córdoba (ABUC), Argentina (1)
- CUNY Academic Works (3)
- Dalarna University College Electronic Archive (3)
- Department of Computer Science E-Repository - King's College London, Strand, London (14)
- Digital Commons - Michigan Tech (3)
- Digital Commons @ DU | University of Denver Research (2)
- Digital Peer Publishing (1)
- Digital Repository at Iowa State University (1)
- DigitalCommons - The University of Maine Research (1)
- DigitalCommons@The Texas Medical Center (4)
- DigitalCommons@University of Nebraska - Lincoln (2)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (52)
- Gallica, Bibliotheque Numerique - Bibliothèque nationale de France (French National Library) (BnF), France (75)
- Institute of Public Health in Ireland, Ireland (1)
- Instituto Politécnico do Porto, Portugal (14)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (3)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (2)
- Martin Luther Universitat Halle Wittenberg, Germany (2)
- Massachusetts Institute of Technology (10)
- Ministerio de Cultura, Spain (4)
- National Center for Biotechnology Information - NCBI (13)
- Nottingham eTheses (1)
- Publishing Network for Geoscientific & Environmental Data (1)
- QSpace: Queen's University - Canada (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (9)
- Repositório digital da Fundação Getúlio Vargas - FGV (19)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (67)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (15)
- School of Medicine, Washington University, United States (1)
- Scielo Saúde Pública - SP (15)
- Scottish Institute for Research in Economics (SIRE) (SIRE), United Kingdom (4)
- Universidad de Alicante (1)
- Universidad del Rosario, Colombia (3)
- Universidad Politécnica de Madrid (38)
- Universidade Complutense de Madrid (4)
- Universidade do Minho (5)
- Universidade Federal do Pará (2)
- Universitat de Girona, Spain (2)
- Université de Lausanne, Switzerland (62)
- Université de Montréal, Canada (19)
- University of Connecticut - USA (4)
- University of Michigan (1)
- University of Queensland eSpace - Australia (36)
- University of Southampton, United Kingdom (8)
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.