Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
nail-biter
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Jean-Marie PRIGENT
nail-biter
Commits
33f10010
Commit
33f10010
authored
2 years ago
by
Jean-Marie PRIGENT
Browse files
Options
Downloads
Patches
Plain Diff
add FPS instead CPU Time
parent
22afaa67
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nailbiter/application/export_models/netlify/sketch.js
+1
-1
1 addition, 1 deletion
nailbiter/application/export_models/netlify/sketch.js
with
1 addition
and
1 deletion
nailbiter/application/export_models/netlify/sketch.js
+
1
−
1
View file @
33f10010
...
...
@@ -63,7 +63,7 @@ function draw() {
startTime
=
performance
.
now
();
}
text
(
'
FPS:
'
+
fps
,
width
/
2
,
height
+
15
);
text
(
'
FPS:
'
+
fps
,
(
width
/
2
)
-
100
,
height
-
8
);
text
(
'
FPS:
'
+
fps
,
(
width
/
2
)
+
100
,
height
-
8
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment