Skip to content
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

Remove CodeProfiler, SkyTools.Benchmark will serve the future. #914

Merged
merged 2 commits into from
Jun 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions TLM/TLM/CodeProfiler.cs

This file was deleted.

4 changes: 0 additions & 4 deletions TLM/TLM/LoadingExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ void Destroy<T>() where T : MonoBehaviour {
ModUI.SetSingletonInstance(null);
Log._Debug("removed UIBase instance.");
}

#if TRACE
Singleton<CodeProfiler>.instance.OnLevelUnloading();
#endif
}
catch (Exception e) {
Log.Error("Exception unloading mod. " + e.Message);
Expand Down
3 changes: 1 addition & 2 deletions TLM/TLM/TLM.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -138,7 +138,6 @@
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Benchmark\BenchmarkManager.cs" />
<Compile Include="CodeProfiler.cs" />
<Compile Include="Constants.cs" />
<Compile Include="Custom\AI\CustomBuildingAI.cs" />
<Compile Include="Custom\AI\CustomBusAI.cs" />
Expand Down