Show More
Commit Description:
Add timers for Simulation and various engines...
Commit Description:
Add timers for Simulation and various engines Starting to add additional timers for different stages of the process of updating in order to get more insight into what is slowing it down. The update takes 9ms, which is much longer than it used to. Engine-specific timers are coming later.
Show/Diff file:
Action:
SpriteFontPlus/src/obj/project.assets.json
69 lines | 1.8 KiB | application/json | JsonLexer
Early working version (including all dependencies, lol).
r0 {
"version": 3,
"targets": {
".NETFramework,Version=v4.5": {
"FNA/1.0.0": {
"type": "project",
"compile": {
"bin/placeholder/FNA.dll": {}
},
"runtime": {
"bin/placeholder/FNA.dll": {}
}
}
}
},
"libraries": {
"FNA/1.0.0": {
"type": "project",
Avoid exceptions on empty selections.
r585 "path": "../../FNA/FNA.csproj",
"msbuildProject": "../../FNA/FNA.csproj"
Early working version (including all dependencies, lol).
r0 }
},
"projectFileDependencyGroups": {
".NETFramework,Version=v4.5": [
Avoid exceptions on empty selections.
r585 "FNA >= 1.0.0"
Early working version (including all dependencies, lol).
r0 ]
},
"packageFolders": {
Avoid exceptions on empty selections.
r585 "/home/alys/.nuget/packages/": {}
Early working version (including all dependencies, lol).
r0 },
"project": {
"version": "1.0.0",
"restore": {
Avoid exceptions on empty selections.
r585 "projectUniqueName": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj",
Early working version (including all dependencies, lol).
r0 "projectName": "SpriteFontPlus",
Avoid exceptions on empty selections.
r585 "projectPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj",
Tweak selected text color.
r289 "packagesPath": "/home/alys/.nuget/packages/",
"outputPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/obj/",
Early working version (including all dependencies, lol).
r0 "projectStyle": "PackageReference",
"configFilePaths": [
Avoid exceptions on empty selections.
r585 "/home/alys/.config/NuGet/NuGet.Config"
Early working version (including all dependencies, lol).
r0 ],
"originalTargetFrameworks": [
Avoid exceptions on empty selections.
r585 "net45"
Early working version (including all dependencies, lol).
r0 ],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net45": {
"projectReferences": {
Avoid exceptions on empty selections.
r585 "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj": {
"projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj"
Early working version (including all dependencies, lol).
r0 }
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
Drop apparently dangerous file.
r183 "net45": {
Avoid exceptions on empty selections.
r585 "runtimeIdentifierGraphPath": "/usr/lib/mono/msbuild/Current/bin/RuntimeIdentifierGraph.json"
Drop apparently dangerous file.
r183 }
Early working version (including all dependencies, lol).
r0 }
}
Add story.
r139 }