Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I need suggestions from experienced Developer colleagues. I need to analyses the data logger files (log.trc) and file size could be in Mbs. My platform is C++/QT.
Is there any builtin feature of QT for this analysis??
Any C++ LIBRARY for efficient data Analysis??

OR any suggestion/experience if you want to share would be welcome too
Posted
Comments
Sergey Alexandrovich Kryukov 12-Nov-15 10:35am    
"Data analysis" may mean millions different things. And please understand, this is not a library-finding service.
And remember: Qt is the universal, general-purpose framework, not domain-specific, as well as C++ language.
—SA

1 solution

Most important is the work with the different message levels. Maybe you must write a logger which sorts the messages in that level order. It should be so hard to write a viewer with some filtering.

Take a look at these projects QsLog and CuteLogger.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900