• DS-5 Streamline usage - How do I partially export the data from *.apd file?
    Hi, In DS-5 Streamline - Timeline View, I know that I can export the .apd file to an Excel sheet. But, sometimes the data volume is much and if I want to partially save the file, how can I do that? For...
  • DS-5 Streamline usage - How do I partially export the data from *.apd file?
    Hi, In DS-5 Streamline - Timeline View, I know that I can export the .apd file to an Excel sheet. But, sometimes the data volume is much and if I want to partially save the file, how can I do that? For...
  • Streamline .apc and/or .apd internal data format
    Note: This was originally posted on 12th August 2013 at http://forums.arm.com I want to write my own tool to process .apd or .apc files. For example, I want to extract per process/thread information....
  • Streamline .apc and/or .apd internal data format
    Note: This was originally posted on 12th August 2013 at http://forums.arm.com I want to write my own tool to process .apd or .apc files. For example, I want to extract per process/thread information....
  • interpreting data
    hello i have an array of 3 bytes unsgined char and i want to convert the 3 byte (hex) array to 1 byte (hex value). values in the array are between 0 - 9 only. unsigned char buf[3], output; buf...