Passing date & time data using DPLOT api
Posted: Fri Jun 16, 2006 6:14 am
I have a very simple tool that uses DPLOT to view Windows Perfmon data for viewing memory usage and CPU profiles. The data is timestamped and recorded in the format MMDDYYYY HHMMSS.SSS - example:
06/15/2006 10:43:05.598.
1. What is the preferred way to convert this data into a type that the DPLOT API will accept and understand. Presently, my X axis data increments in steps of 1, but now I'd like to include the timestamps as well. Note - this is not Excel formatted time (though I'm not sure if Perfmon uses a different style). I don't really need the millisecond resolution though.
2. Are there any plans to update the API to accept arrays of strings?
3. Are there any plans to update the API to plot a graph straight from a CSV file with two columns e.g. time, data?
06/15/2006 10:43:05.598.
1. What is the preferred way to convert this data into a type that the DPLOT API will accept and understand. Presently, my X axis data increments in steps of 1, but now I'd like to include the timestamps as well. Note - this is not Excel formatted time (though I'm not sure if Perfmon uses a different style). I don't really need the millisecond resolution though.
2. Are there any plans to update the API to accept arrays of strings?
3. Are there any plans to update the API to plot a graph straight from a CSV file with two columns e.g. time, data?