Mercurial > pub > ImplabNet
comparison 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 |
comparison
equal
deleted
inserted
replaced
228:6fa235c5a760 | 229:5f7a3e1d32b9 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <VSPerformanceSession Version="1.00"> | |
3 <Options> | |
4 <Solution>Implab.sln</Solution> | |
5 <CollectionMethod>Sampling</CollectionMethod> | |
6 <AllocationMethod>None</AllocationMethod> | |
7 <AddReport>true</AddReport> | |
8 <ResourceBasedAnalysisSelected>true</ResourceBasedAnalysisSelected> | |
9 <UniqueReport>Timestamp</UniqueReport> | |
10 <SamplingMethod>Cycles</SamplingMethod> | |
11 <CycleCount>50000</CycleCount> | |
12 <PageFaultCount>10</PageFaultCount> | |
13 <SysCallCount>10</SysCallCount> | |
14 <SamplingCounter Name="" ReloadValue="00000000000f4240" DisplayName="" /> | |
15 <RelocateBinaries>false</RelocateBinaries> | |
16 <HardwareCounters EnableHWCounters="false" /> | |
17 <EtwSettings /> | |
18 <PdhSettings> | |
19 <PdhCountersEnabled>false</PdhCountersEnabled> | |
20 <PdhCountersRate>500</PdhCountersRate> | |
21 <PdhCounters> | |
22 <PdhCounter>\Память\Обмен страниц/с</PdhCounter> | |
23 <PdhCounter>\Процессор(_Total)\% загруженности процессора</PdhCounter> | |
24 <PdhCounter>\Физический диск(_Total)\Средняя длина очереди диска</PdhCounter> | |
25 </PdhCounters> | |
26 </PdhSettings> | |
27 </Options> | |
28 <ExcludeSmallFuncs>true</ExcludeSmallFuncs> | |
29 <InteractionProfilingEnabled>false</InteractionProfilingEnabled> | |
30 <JScriptProfilingEnabled>false</JScriptProfilingEnabled> | |
31 <PreinstrumentEvent> | |
32 <InstrEventExclude>false</InstrEventExclude> | |
33 </PreinstrumentEvent> | |
34 <PostinstrumentEvent> | |
35 <InstrEventExclude>false</InstrEventExclude> | |
36 </PostinstrumentEvent> | |
37 <Binaries> | |
38 <ProjBinary> | |
39 <Path>Implab.Playground\obj\Debug\Implab.Playground.exe</Path> | |
40 <ArgumentTimestamp>01/01/0001 00:00:00</ArgumentTimestamp> | |
41 <Instrument>true</Instrument> | |
42 <Sample>true</Sample> | |
43 <ExternalWebsite>false</ExternalWebsite> | |
44 <InteractionProfilingEnabled>false</InteractionProfilingEnabled> | |
45 <IsLocalJavascript>false</IsLocalJavascript> | |
46 <IsWindowsStoreApp>false</IsWindowsStoreApp> | |
47 <IsWWA>false</IsWWA> | |
48 <LaunchProject>true</LaunchProject> | |
49 <OverrideProjectSettings>false</OverrideProjectSettings> | |
50 <LaunchMethod>Executable</LaunchMethod> | |
51 <ExecutablePath>Implab.Playground\bin\Release\Implab.Playground.exe</ExecutablePath> | |
52 <StartupDirectory>Implab.Playground\bin\Release\</StartupDirectory> | |
53 <Arguments> | |
54 </Arguments> | |
55 <NetAppHost>IIS</NetAppHost> | |
56 <NetBrowser>InternetExplorer</NetBrowser> | |
57 <ExcludeSmallFuncs>true</ExcludeSmallFuncs> | |
58 <JScriptProfilingEnabled>false</JScriptProfilingEnabled> | |
59 <PreinstrumentEvent> | |
60 <InstrEventExclude>false</InstrEventExclude> | |
61 </PreinstrumentEvent> | |
62 <PostinstrumentEvent> | |
63 <InstrEventExclude>false</InstrEventExclude> | |
64 </PostinstrumentEvent> | |
65 <ProjRef>{100DFEB0-75BE-436F-ADDF-1F46EF433F46}|Implab.Playground\Implab.Playground.csproj</ProjRef> | |
66 <ProjPath>Implab.Playground\Implab.Playground.csproj</ProjPath> | |
67 <ProjName>Implab.Playground</ProjName> | |
68 </ProjBinary> | |
69 </Binaries> | |
70 <Launches> | |
71 <ProjBinary> | |
72 <Path>:PB:{100DFEB0-75BE-436F-ADDF-1F46EF433F46}|Implab.Playground\Implab.Playground.csproj</Path> | |
73 </ProjBinary> | |
74 </Launches> | |
75 </VSPerformanceSession> |