Download Latest Version rkh_v3.1.0.tar.gz (26.3 MB)
Email in envelope

Get an email when there's a new version of RKH - State Machine Framework

Home / Tools / Trazer / trazer_v2.2
Name Modified Size InfoDownloads / Week
Parent folder
trazer_2_2lnx32b.tar.gz 2013-07-15 265.0 kB
Trazer_2_2_w32install.exe 2013-07-15 2.6 MB
Totals: 2 Items   2.9 MB 0
/**
\page rev_page_trazer Trazer revision history

\tableofcontents

\section trazer_3_1 Version 3.1
\releasedate 2018-06-29

\new
- Enlarge stream buffers
- Fix User Trace parser.
  
\todo

\section trazer_3_0 Version 3.0
\releasedate 2017-03-08

\new
- Refactoring for unity test of tzparser.
- unitrazer.lib library for embedd trazer parser on any RKH project, 
  instead of use it as a external tool.
  
\todo
- Add event identification number (sequence number), 
  to track post and dispatch instance, on responce time calculation.
- Replace RKH_TE_SMA_DCH by RKH_TE_SMA_GET for responce time calculation.
- Add pool id list of symbol (symbols adds with RKH_TE_FWK_EPOOL trace evt),
 for implement id by symbol replacement on events that sends poolid as argument.
 symilar to symboltbl but instead of obj address, with the poolid.

<HR>
\section trazer_2_4 Version 2.4
\releasedate 2016-28-04

\new
- Compatibility with RKH V2.4.05
- Sequence diagram online generation in msc lenguage 
  compatible with MSC-generator-v4.5.
- UnitTrazer. TDD harness framework with RKH and Trazer.

<HR>
\section trazer_2_3 Version 2.3
\releasedate 2014-07-07

\new
- Compatibility with RKH V2.4.04
- Changes in trace config event (RKH_TR_FWK_TCFG) format.
- Timestamp and sequence number visibility according 
  to current configuration.
- Sync with lates RKH trace events ordering.
- Signal Responce Time measurement functionality Added.
  To run properly, RKH Application must:
  - define in rkhcfg.h:
                        RKH_CFG_TRC_TSTAMP_EN	RKH_ENABLED
                        RKH_CFG_TRC_SMA_EN		RKH_ENABLED
                        RKH_CFG_TRC_SM_DCH_EN   RKH_ENABLED

  - if RKH_CFG_TRC_RTFIL_EN are RKH_ENABLED, set to OFF filters:
                        RKH_FILTER_OFF_EVENT( RKH_TE_SMA_LIFO );
                        RKH_FILTER_OFF_EVENT( RKH_TE_SMA_FIFO );
                        RKH_FILTER_OFF_EVENT( RKH_TE_SMA_DCH );
- If enabled, show sender information on post fifo/lifo trace events.
- Support of Seqdiag file generation.

<HR>

\section trazerVer_2_2 Version 2.2
\releasedate 2013-06-02

\new
- Compatibility with RKH V2.4.03
- If enabled, show sender information on post fifo/lifo trace events.
- Seqdiag file generation is now supported.

<HR>
\section trazerVer_2_1 Version 2.1
\releasedate 2013-03-18

\new
- Removeed '&' prefix from symbols objects visualization.

<HR>
\section trazerVer_2_0 Version 2.0 
\releasedate 2013-02-01

\new
- Compatibility with RKH V2.3
- Set default RKH configuration when no config file found.
- Accepted configuration transmited by the target aplication.
- Supported user trace events.

\par Deprecated features
- Removed event format definition file. From this version Event Trace 
  format is wired to RKH implementation.

\ports
- Added Linux port.

<HR>
\section trazerVer_1_0 Version 1.0 
\releasedate 2012-04-07

\new
- This is the intial release of the Trazer visualization tool.
- This version is compatible to use with RKH V2.0

*/
Source: README.txt, updated 2019-08-05