Search found 2 matches

by khan
Fri Jun 16, 2006 9:51 am
Forum: C, C++, C#
Topic: Passing date & time data using DPLOT api
Replies: 5
Views: 27248

Thanks for responding - but I think I've been misunderstood. I don't want to use the DPLOT GUI to edit the graph (i.e. views, labels, etc).
I would like to programmatically pass data using the DPLOTLIB api - and have it generate the graph for me. These are the APIs available to me:
int __stdcall ...
by khan
Fri Jun 16, 2006 6:14 am
Forum: C, C++, C#
Topic: Passing date & time data using DPLOT api
Replies: 5
Views: 27248

Passing date & time data using DPLOT api

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 ...