Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PandemicSkylines
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Meuser
PandemicSkylines
Commits
1f7c7b75
Commit
1f7c7b75
authored
5 years ago
by
dymanoid
Browse files
Options
Downloads
Patches
Plain Diff
Improve code style
parent
c65c9302
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/RealTime/Core/RealTimeBenchmark.cs
+2
-8
2 additions, 8 deletions
src/RealTime/Core/RealTimeBenchmark.cs
with
2 additions
and
8 deletions
src/RealTime/Core/RealTimeBenchmark.cs
+
2
−
8
View file @
1f7c7b75
...
...
@@ -51,15 +51,9 @@ namespace RealTime.Core
{
}
public
string
GetName
()
{
return
nameof
(
BenchmarkSimulationManager
);
}
public
string
GetName
()
=>
nameof
(
BenchmarkSimulationManager
);
public
ThreadProfiler
GetSimulationProfiler
()
{
return
null
;
}
public
ThreadProfiler
GetSimulationProfiler
()
=>
null
;
public
void
LateUpdateData
(
SimulationManager
.
UpdateMode
mode
)
{
...
...
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