Mercurial > pub > ImplabNet
diff Implab.Playground2.psess @ 229:5f7a3e1d32b9 v2
JsonXmlReader performance tuning
JsonScanner now operates strings and doesn't
parses number and literals.
Added SerializationHelpers to common serialize/deserialize operations
author | cin |
---|---|
date | Tue, 12 Sep 2017 19:07:42 +0300 |
parents | |
children | d6fe09f5592c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Implab.Playground2.psess Tue Sep 12 19:07:42 2017 +0300 @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8"?> +<VSPerformanceSession Version="1.00"> + <Options> + <Solution>Implab.sln</Solution> + <CollectionMethod>Sampling</CollectionMethod> + <AllocationMethod>None</AllocationMethod> + <AddReport>true</AddReport> + <ResourceBasedAnalysisSelected>true</ResourceBasedAnalysisSelected> + <UniqueReport>Timestamp</UniqueReport> + <SamplingMethod>Cycles</SamplingMethod> + <CycleCount>50000</CycleCount> + <PageFaultCount>10</PageFaultCount> + <SysCallCount>10</SysCallCount> + <SamplingCounter Name="" ReloadValue="00000000000f4240" DisplayName="" /> + <RelocateBinaries>false</RelocateBinaries> + <HardwareCounters EnableHWCounters="false" /> + <EtwSettings /> + <PdhSettings> + <PdhCountersEnabled>false</PdhCountersEnabled> + <PdhCountersRate>500</PdhCountersRate> + <PdhCounters> + <PdhCounter>\Память\Обмен страниц/с</PdhCounter> + <PdhCounter>\Процессор(_Total)\% загруженности процессора</PdhCounter> + <PdhCounter>\Физический диск(_Total)\Средняя длина очереди диска</PdhCounter> + </PdhCounters> + </PdhSettings> + </Options> + <ExcludeSmallFuncs>true</ExcludeSmallFuncs> + <InteractionProfilingEnabled>false</InteractionProfilingEnabled> + <JScriptProfilingEnabled>false</JScriptProfilingEnabled> + <PreinstrumentEvent> + <InstrEventExclude>false</InstrEventExclude> + </PreinstrumentEvent> + <PostinstrumentEvent> + <InstrEventExclude>false</InstrEventExclude> + </PostinstrumentEvent> + <Binaries> + <ProjBinary> + <Path>Implab.Playground\obj\Debug\Implab.Playground.exe</Path> + <ArgumentTimestamp>01/01/0001 00:00:00</ArgumentTimestamp> + <Instrument>true</Instrument> + <Sample>true</Sample> + <ExternalWebsite>false</ExternalWebsite> + <InteractionProfilingEnabled>false</InteractionProfilingEnabled> + <IsLocalJavascript>false</IsLocalJavascript> + <IsWindowsStoreApp>false</IsWindowsStoreApp> + <IsWWA>false</IsWWA> + <LaunchProject>true</LaunchProject> + <OverrideProjectSettings>false</OverrideProjectSettings> + <LaunchMethod>Executable</LaunchMethod> + <ExecutablePath>Implab.Playground\bin\Release\Implab.Playground.exe</ExecutablePath> + <StartupDirectory>Implab.Playground\bin\Release\</StartupDirectory> + <Arguments> + </Arguments> + <NetAppHost>IIS</NetAppHost> + <NetBrowser>InternetExplorer</NetBrowser> + <ExcludeSmallFuncs>true</ExcludeSmallFuncs> + <JScriptProfilingEnabled>false</JScriptProfilingEnabled> + <PreinstrumentEvent> + <InstrEventExclude>false</InstrEventExclude> + </PreinstrumentEvent> + <PostinstrumentEvent> + <InstrEventExclude>false</InstrEventExclude> + </PostinstrumentEvent> + <ProjRef>{100DFEB0-75BE-436F-ADDF-1F46EF433F46}|Implab.Playground\Implab.Playground.csproj</ProjRef> + <ProjPath>Implab.Playground\Implab.Playground.csproj</ProjPath> + <ProjName>Implab.Playground</ProjName> + </ProjBinary> + </Binaries> + <Launches> + <ProjBinary> + <Path>:PB:{100DFEB0-75BE-436F-ADDF-1F46EF433F46}|Implab.Playground\Implab.Playground.csproj</Path> + </ProjBinary> + </Launches> +</VSPerformanceSession> \ No newline at end of file