Bartosz Taudul
|
b78dc70b70
|
No need to split address into page and chunk.
|
2018-04-03 19:39:19 +02:00 |
|
Bartosz Taudul
|
22bd2923eb
|
Keep mem.low in a register.
|
2018-04-03 19:35:43 +02:00 |
|
Bartosz Taudul
|
a3dd90529c
|
Rearrange memory reads.
|
2018-04-03 19:35:28 +02:00 |
|
Bartosz Taudul
|
197e513727
|
Add a separate time restriction code path.
|
2018-04-03 19:34:48 +02:00 |
|
Bartosz Taudul
|
f0573d68bd
|
Store memory pages in a contiguous memory area.
|
2018-04-03 19:17:32 +02:00 |
|
Bartosz Taudul
|
5ce3e44c77
|
Calculate chunks in one place in code.
|
2018-04-03 18:27:50 +02:00 |
|
Bartosz Taudul
|
bf99bff87d
|
Store MemEvents directly in the vector.
|
2018-04-03 14:17:51 +02:00 |
|
Bartosz Taudul
|
bc27c99a1e
|
Move page init to a non-inlined function.
|
2018-04-03 13:30:56 +02:00 |
|
Bartosz Taudul
|
6d40502068
|
Execute direct write to memory, if only one byte.
|
2018-04-03 13:23:53 +02:00 |
|
Bartosz Taudul
|
81c84025a2
|
Fix calculation of lines.
|
2018-04-02 20:11:55 +02:00 |
|
Bartosz Taudul
|
1bb1cf9e6c
|
Display memory map information.
|
2018-04-02 20:00:05 +02:00 |
|
Bartosz Taudul
|
78ebf37039
|
Use proper values for page map calculation.
|
2018-04-02 19:57:46 +02:00 |
|
Bartosz Taudul
|
a2a6386491
|
Allow time restricting memory map.
|
2018-04-02 18:57:24 +02:00 |
|
Bartosz Taudul
|
1c441824fd
|
Display memory map.
|
2018-04-02 18:51:32 +02:00 |
|
Bartosz Taudul
|
78cd86dd69
|
Memory pages bitmap calculation.
|
2018-04-02 18:51:32 +02:00 |
|
Bartosz Taudul
|
bf249de266
|
Display memory usage by active allocations.
|
2018-04-02 16:30:03 +02:00 |
|
Bartosz Taudul
|
670744f852
|
Move alloc cutoff to middle of timeline.
|
2018-04-02 16:21:24 +02:00 |
|
Bartosz Taudul
|
7b194d2349
|
Don't use std::sort.
|
2018-04-02 16:09:44 +02:00 |
|
Bartosz Taudul
|
e80891e36d
|
Allow restricting displayed allocs by time.
|
2018-04-02 16:07:33 +02:00 |
|
Bartosz Taudul
|
c1aaec32d6
|
Sort active allocations by appearance time.
|
2018-04-02 15:45:11 +02:00 |
|
Bartosz Taudul
|
38edf308fa
|
Display memory span.
|
2018-04-02 14:58:40 +02:00 |
|
Bartosz Taudul
|
aa8980aacc
|
Put memory allocations list into a child area.
|
2018-04-02 14:44:45 +02:00 |
|
Bartosz Taudul
|
8cc446b578
|
Highlight zones with opened zone info window.
|
2018-04-02 14:38:08 +02:00 |
|
Bartosz Taudul
|
50eb5c4b84
|
Highlight same zone alloc+free.
|
2018-04-02 14:36:07 +02:00 |
|
Bartosz Taudul
|
f7ce3e795f
|
Display zone if which allocation was freed.
|
2018-04-02 14:29:56 +02:00 |
|
Bartosz Taudul
|
e1682c7675
|
Draw active allocations list.
|
2018-04-02 02:39:12 +02:00 |
|
Bartosz Taudul
|
c4a36398f6
|
Move memory allocations table drawing to a separate function.
|
2018-04-02 02:39:12 +02:00 |
|
Bartosz Taudul
|
5824b47a66
|
Display memory usage.
|
2018-04-02 00:02:45 +02:00 |
|
Bartosz Taudul
|
e3509b6eee
|
Display total number of allocations.
|
2018-04-01 23:57:18 +02:00 |
|
Bartosz Taudul
|
8efc0a0a71
|
Display proper hex value.
|
2018-04-01 22:00:57 +02:00 |
|
Bartosz Taudul
|
3f7abd478e
|
Display zone in which memory allocation took place.
|
2018-04-01 21:50:35 +02:00 |
|
Bartosz Taudul
|
912cfdbc5e
|
Search for zone present in given thread at given time.
|
2018-04-01 21:47:08 +02:00 |
|
Bartosz Taudul
|
20824a200c
|
Implement search for memory address.
|
2018-04-01 21:24:30 +02:00 |
|
Bartosz Taudul
|
c686b86464
|
Add rudimentary memory information window.
|
2018-04-01 20:34:58 +02:00 |
|
Bartosz Taudul
|
2d00d95743
|
Missing initializer.
|
2018-04-01 20:34:58 +02:00 |
|
Bartosz Taudul
|
c7a5e25c87
|
Display parent times.
|
2018-03-28 19:35:33 +02:00 |
|
Bartosz Taudul
|
9d798789a9
|
Fix broken behavior on duplicate names in zone info window.
|
2018-03-28 01:57:53 +02:00 |
|
Bartosz Taudul
|
d6bf19a762
|
Standard zone list behavior in zone trace.
|
2018-03-28 01:53:59 +02:00 |
|
Bartosz Taudul
|
bf52b3bc98
|
Add zone trace.
|
2018-03-28 01:47:28 +02:00 |
|
Bartosz Taudul
|
4d0396fa06
|
No auto-expand of child zones.
|
2018-03-28 01:47:20 +02:00 |
|
Bartosz Taudul
|
aebbefde2a
|
Rename exclusive time to self time.
|
2018-03-28 01:47:08 +02:00 |
|
Bartosz Taudul
|
f6d4728494
|
Move child zones into an expandable tree.
|
2018-03-28 01:34:12 +02:00 |
|
Bartosz Taudul
|
871633cbaf
|
Adapt button size to font size.
|
2018-03-25 00:10:31 +01:00 |
|
Bartosz Taudul
|
3567089278
|
Provide default size for main profiler window.
This prevents a crash when loading saved trace with plot.
|
2018-03-24 22:07:41 +01:00 |
|
Bartosz Taudul
|
1219b72577
|
Check if match table has content.
|
2018-03-24 17:32:27 +01:00 |
|
Bartosz Taudul
|
d559da932f
|
Highlight source location displayed in find zone window.
|
2018-03-24 17:29:25 +01:00 |
|
Bartosz Taudul
|
ae274d8e37
|
Different ways of sorting of statistics data.
|
2018-03-24 17:28:10 +01:00 |
|
Bartosz Taudul
|
b65824d116
|
Show source location details when one is selected.
|
2018-03-24 15:20:39 +01:00 |
|
Bartosz Taudul
|
3012817da4
|
Source location statistics.
|
2018-03-24 15:16:43 +01:00 |
|
Bartosz Taudul
|
27c66c3765
|
Remove unused variable.
|
2018-03-24 15:04:44 +01:00 |
|