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.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/obj/SpriteFontPlus.FNA.csproj.nuget.dgspec.json
61 lines | 1.9 KiB | application/json | JsonLexer
Early working version (including all dependencies, lol).
r0 {
"format": 1,
"restore": {
Tweak selected text color.
r289 "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj": {}
Early working version (including all dependencies, lol).
r0 },
"projects": {
Tweak selected text color.
r289 "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj": {
Early working version (including all dependencies, lol).
r0 "restore": {
Tweak selected text color.
r289 "projectUniqueName": "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj",
Early working version (including all dependencies, lol).
r0 "projectName": "FNA",
Tweak selected text color.
r289 "projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj",
Fix framework builds.
r264 "frameworks": {
"net48": {
"projectReferences": {}
}
}
Early working version (including all dependencies, lol).
r0 },
"frameworks": {
Visual tweaks mostly for the benefit of a screen shot.
r21 "net48": {}
Early working version (including all dependencies, lol).
r0 }
},
Tweak selected text color.
r289 "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj": {
Early working version (including all dependencies, lol).
r0 "version": "1.0.0",
"restore": {
Tweak selected text color.
r289 "projectUniqueName": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj",
Early working version (including all dependencies, lol).
r0 "projectName": "SpriteFontPlus",
Tweak selected text color.
r289 "projectPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj",
"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": [
Tweak selected text color.
r289 "/home/alys/.config/NuGet/NuGet.Config"
Early working version (including all dependencies, lol).
r0 ],
"originalTargetFrameworks": [
"net45"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net45": {
"projectReferences": {
Tweak selected text color.
r289 "/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": {
Add first working renderer! ?
r189 "net45": {
Tweak selected text color.
r289 "runtimeIdentifierGraphPath": "/usr/lib/mono/msbuild/Current/bin/RuntimeIdentifierGraph.json"
Add first working renderer! ?
r189 }
Early working version (including all dependencies, lol).
r0 }
}
}
Add story.
r139 }