mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@14376 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
35024d6d53
commit
ac5db267e5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ struct MyApp : TopWindow {
|
||||||
|
|
||||||
void Sync() {
|
void Sync() {
|
||||||
double tm = (double)usecs();
|
double tm = (double)usecs();
|
||||||
imgb = Grayscale(img); // GaussianBlur(img, ~radius, co);
|
imgb = GaussianBlur(img, ~radius, co);
|
||||||
tm = (double)usecs() - tm;
|
tm = (double)usecs() - tm;
|
||||||
Title(String() << tm << " us");
|
Title(String() << tm << " us");
|
||||||
Refresh();
|
Refresh();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue