-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix previous commit for linux, and cleanup some profile behaviors
- Loading branch information
Showing
3 changed files
with
66 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 0195310
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another cautionary tale of combining unrelated changes in the same commit. Should not have changed both the signaling and which clock is used.
Now that I've looked at this more deeply (see 0daeb41), I am also concerned about switching from walltime to cputime. Matlab uses CPU time as their default, and it's quite misleading when you profile multithreaded functions---a multithreaded implementation like
bsxfun
can appear to be slower than the abysmalrepmat
. Not sure if it will have the same impact here, however.