Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
dsview
Commits
c2384277
Commit
c2384277
authored
5 years ago
by
DreamSourceLab
Browse files
Options
Download
Email Patches
Plain Diff
Fix slow load speed for single capture @dso mode
parent
8dcd9236
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
DSView/pv/data/dsosnapshot.cpp
DSView/pv/data/dsosnapshot.cpp
+1
-3
No files found.
DSView/pv/data/dsosnapshot.cpp
View file @
c2384277
...
...
@@ -163,10 +163,8 @@ void DsoSnapshot::append_payload(const sr_datafeed_dso &dso)
append_data
(
dso
.
data
,
dso
.
num_samples
,
_instant
);
// Generate the first mip-map from the data
//if (_envelope_en)
// append_payload_to_envelope_levels(dso.samplerate_tog);
if
(
_envelope_en
)
append_payload_to_envelope_levels
(
true
);
append_payload_to_envelope_levels
(
dso
.
samplerate_tog
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment