Skip to content
Snippets Groups Projects
Commit aecc88d8 authored by dp3n18's avatar dp3n18
Browse files

planning section

parent 01b1c80b
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
File added
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject> <!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.13.3, 2021-04-19T23:53:39. --> <!-- Written by QtCreator 4.13.3, 2021-04-20T14:05:54. -->
<qtcreator> <qtcreator>
<data> <data>
<variable>EnvironmentId</variable> <variable>EnvironmentId</variable>
......
...@@ -487,7 +487,7 @@ xySeries->replace(MchrChartArray); ...@@ -487,7 +487,7 @@ xySeries->replace(MchrChartArray);
void DataSource::createChartsPage(bool isSys,bool isFPGA, bool isMbox, bool isCore, bool isThread, int boardX,int boardY,int mboxX,int mboxY,int coreID, int threadID,int maxValues) { void DataSource::createChartsPage(bool isSys,bool isFPGA, bool isMbox, bool isCore, bool isThread, int boardX,int boardY,int mboxX,int mboxY,int coreID, int threadID,int maxValues) {
//make new chart //make new chart
//max buffer size is 5 //max buffer size is 5
this->c = new ChartsPage(isSys,isFPGA,isMbox,isCore,isThread,boardX,boardY,mboxX,mboxY,coreID,threadID,4*16); this->c = new ChartsPage(isSys,isFPGA,isMbox,isCore,isThread,boardX,boardY,mboxX,mboxY,coreID,threadID,4000);
this->ChartsPageInitialise = true; this->ChartsPageInitialise = true;
sender->addChartsPage(c); sender->addChartsPage(c);
......
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -139,7 +139,7 @@ void Sender::dummyPacketsValuesTest() { ...@@ -139,7 +139,7 @@ void Sender::dummyPacketsValuesTest() {
} }
//some busy waiting //some busy waiting
for (int i = 0 ; i < 1000 ; i++) { for (int i = 0 ; i < 10 ; i++) {
if (true) { if (true) {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment