-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual curation is slower in v4 compared to v3 #85
Labels
Comments
LiuDaveLiu
changed the title
Manual curation is slow in v4
Manual curation is slower in v4 compared to v3
Feb 9, 2019
I'll need to profile this and see where the bottleneck is. |
Try running ‘jrc unit-test manual’ and it should create a profiler report. It should be compared between version 3 and 4 to determine what’s slowing down.
…-James
On Feb 8, 2019, at 8:27 PM, LiuDaveLiu ***@***.***> wrote:
Everything is much slower in the manual curation of v4 compared to v3. Merging, splitting, saving, etc.
If you have a usage or support question, come join our Gitter and ask your question there.
If you found a bug, please provide all of the following:
Output of ver
Same as before
Output of gpuDevice
Same as before
The command you used
(e.g., jrc detect-sort myparam.prm)
If manually sorting, what it is you tried to do
Merging units is much slower than in v3.
Computing waveform correlation... took 1.7s
Computing self correlation
................................................................................................................................................................................................................................................................................................................................................................................................................
took 4.9s
Calculating cluster quality...
took 0.1s
Computing waveform correlation... took 3.1s
Computing self correlation
...............................................................................................................................................................................................................................................................................................................................................................................................................
took 4.9s
Calculating cluster quality...
took 0.0s
Computing waveform correlation... took 0.2s
Computing self correlation
..............................................................................................................................................................................................................................................................................................................................................................................................................
took 4.9s
Calculating cluster quality...
took 0.0s
Computing waveform correlation... took 0.1s
Computing self correlation
.............................................................................................................................................................................................................................................................................................................................................................................................................
took 5.2s
Calculating cluster quality...
took 0.1s
Computing waveform correlation... took 3.9s
Computing self correlation
............................................................................................................................................................................................................................................................................................................................................................................................................
took 5.6s
Calculating cluster quality...
took 0.0s
Console output
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Will do |
This is partially addressed in 4539c5f. Auto-merge is still much slower, that's a work in progress. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything is much slower in the manual curation of v4 compared to v3. Merging and splitting takes 5s per action.
If you have a usage or support question, come join our Gitter and ask your question there.
If you found a bug, please provide all of the following:
Output of
ver
Same as before
Output of
gpuDevice
Same as before
The command you used
(e.g.,
jrc detect-sort myparam.prm
)If manually sorting, what it is you tried to do
Merging units is much slower than in v3.
Computing waveform correlation... took 1.7s
Computing self correlation
................................................................................................................................................................................................................................................................................................................................................................................................................
took 4.9s
Calculating cluster quality...
took 0.1s
Computing waveform correlation... took 3.1s
Computing self correlation
...............................................................................................................................................................................................................................................................................................................................................................................................................
took 4.9s
Calculating cluster quality...
took 0.0s
Computing waveform correlation... took 0.2s
Computing self correlation
..............................................................................................................................................................................................................................................................................................................................................................................................................
took 4.9s
Calculating cluster quality...
took 0.0s
Computing waveform correlation... took 0.1s
Computing self correlation
.............................................................................................................................................................................................................................................................................................................................................................................................................
took 5.2s
Calculating cluster quality...
took 0.1s
Computing waveform correlation... took 3.9s
Computing self correlation
............................................................................................................................................................................................................................................................................................................................................................................................................
took 5.6s
Calculating cluster quality...
took 0.0s
Console output
The text was updated successfully, but these errors were encountered: