Code Generation Report

created by Embedded Wizard Studio

Version of Embedded Wizard Studio

9.30
(build 3766)

Date of code generation

29 Nov 2021
18:07:25

Selected Profile

The Profile contains configuration parameters affecting the code generation.

RGBA8888

Platform Package name

Identifies the Code Generator and Resource Converters used during the code generation.

Tara.Generic_OpenGL.RGBA8888

Default conversion mode of Bitmap Resources

Controls how pixel data of Bitmap Resources are processed if no other mode has been specified for the respective Bitmap Resource project member. See also the Bitmap Resource attribute Mode.

Compressed

Conversion mode of all String constants

Controls how contents of string Constant members and string literals are processed.

Compressed

Estimated total memory (flash) usage

It includes the implementation (the logic) of your applicatin, constant data and resources.

226 KB

IMPORTANT: All memory (flash) usage values are roughly estimated. The size of the resutling binary depends on the target CPU architecture, your C/C++ compiler and the selected compiler optimization modes. Also the estimated size does not include the Runtime Environment, the Graphics Engine, the C standard library (libc), BSP, drivers, etc.. In order to get an exact size of the resulting binary please evaluate the linker's MAP file.

Estimated memory (flash) usage for Classes only Show detailed list

It includes the implementation (the logic) of the application.

146 KB

Estimated memory (flash) usage for Constants only Show detailed list

It includes all Constant members found in your project.

1 KB

Estimated memory (flash) usage for Strings only Show detailed list

It includes the converted contents of all string Constant members and string literals found in your project.

2 KB

Estimated memory (flash) usage for Autoobjects only Show detailed list

It includes the initialization for all Autoobject members (global objects) found in your project.

1 KB

Estimated memory (flash) usage for Bitmap Resources only Show detailed list

It includes all Bitmap Resource members found in your project together with the converted pixel data.

22 KB

Estimated memory (flash) usage for Font Resources only Show detailed list

It includes all Font Resource members found in your project together with the converted glyph pixel data and metrics.

55 KB

Total size of all generated files Show detailed list

It is the sum of all code files (e.g. C++, C, H, JS) and resource files (e.g. PNG) created during the code generation process.

1246 KB
Project Member Name Content Type Size (Bytes)
Application::Application Class 2301
Application::OpList Class 1180
Application::VertList Class 1278
Core::CursorEvent Class 674
Core::CursorGrabEvent Class 286
Core::CursorHit Class 264
Core::DialogContext Class 172
Core::DragEvent Class 348
Core::Event Class 220
Core::Group Class 14848
Core::KeyEvent Class 1407
Core::KeyPressHandler Class 590
Core::LayoutContext Class 172
Core::LayoutLineContext Class 176
Core::LayoutQuadContext Class 176
Core::LineView Class 5231
Core::ModalContext Class 171
Core::Outline Class 1406
Core::QuadView Class 8243
Core::RectView Class 3923
Core::Resource Class 239
Core::Root Class 13799
Core::SimpleTouchHandler Class 4689
Core::SlideTouchHandler Class 11760
Core::Task Class 163
Core::TaskQueue Class 168
Core::Timer Class 780
Core::VerticalList Class 7823
Core::View Class 1559
Effects::Effect Class 7072
Effects::EffectTimerClass Class 218
Effects::Int32Effect Class 293
Effects::TimingList Class 172
Graphics::Canvas Class 4089
Resources::Bitmap Class 478
Resources::Font Class 708
Views::Border Class 1062
Views::Frame Class 4461
Views::Group Class 10205
Views::Image Class 8609
Views::Line Class 2672
Views::Text Class 13144
WidgetSet::ToggleButton Class 8456
WidgetSet::ToggleButtonConfig Class 3238
WidgetSet::WidgetConfig Class 200
TOTAL 149123
Unit Name Content Type Size (Bytes)
Application Constants 472
Core Constants 128
Graphics Constants 76
Resources Constants 14
Views Constants 42
WidgetSet Constants 76
TOTAL 808
Unit Name Content Type Size (Bytes)
Application Strings 92
Core Strings 652
Graphics Strings 476
Resources Strings 88
Views Strings 24
TOTAL 1332
Project Member Name Content Type Size (Bytes)
Resources::WhiteBitmapStripe Bitmap Resource 187
RxRes::bg Bitmap Resource 4336
RxRes::selected Bitmap Resource 654
WidgetSet::SwitchMedium Bitmap Resource 17086
TOTAL 22263
Project Member Name Content Type Size (Bytes)
Application::Font Font Resource 44245
Resources::FontMedium Font Resource 11881
TOTAL 56126
Project Member Name Content Type Size (Bytes)
Effects::EffectTimer Autoobject 64
WidgetSet::Switch_Medium Autoobject 884
TOTAL 948
Generated File Name File Type Size (Bytes)
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Application.c c 28619
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Application.h h 1761
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Core.c c 320474
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Core.h h 24256
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Effects.c c 28715
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Effects.h h 3386
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Graphics.c c 29100
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Graphics.h h 2046
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Resources.c c 12179
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Resources.h h 1909
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\RxRes.c c 1645
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\RxRes.h h 1708
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Templates.c c 1203
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Templates.h h 1562
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Views.c c 100824
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\Views.h h 3803
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\WidgetSet.c c 56997
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\WidgetSet.h h 2081
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\XFlat.c c 1199
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\XFlat.h h 1550
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ApplicationApplication.h h 6585
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ApplicationOpList.h h 7227
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ApplicationVertList.h h 7429
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreCursorEvent.h h 7415
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreCursorGrabEvent.h h 5255
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreCursorHit.h h 3258
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreDialogContext.h h 2246
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreDragEvent.h h 3847
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreEvent.h h 2925
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreGroup.h h 31684
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreKeyEvent.h h 6019
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreKeyPressHandler.h h 4506
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreLayoutContext.h h 2379
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreLayoutLineContext.h h 2400
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreLayoutQuadContext.h h 2484
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreLineView.h h 7177
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreModalContext.h h 2233
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreOutline.h h 8392
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreQuadView.h h 7705
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreRectView.h h 6815
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreResource.h h 2268
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreRoot.h h 35353
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreSimpleTouchHandler.h h 14398
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreSlideTouchHandler.h h 15583
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreTask.h h 2978
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreTaskQueue.h h 3989
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreTimer.h h 4518
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreVerticalList.h h 20224
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_CoreView.h h 16514
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_EffectsEffect.h h 7341
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_EffectsEffectTimerClass.h h 2642
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_EffectsInt32Effect.h h 5406
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_EffectsTimingList.h h 2158
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_GraphicsCanvas.h h 15586
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ResourcesBitmap.h h 4066
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ResourcesFont.h h 5604
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ViewsBorder.h h 6991
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ViewsFrame.h h 10289
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ViewsGroup.h h 13667
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ViewsImage.h h 10561
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ViewsLine.h h 7632
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ViewsText.h h 13365
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_WidgetSetToggleButton.h h 15557
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_WidgetSetToggleButtonConfig.h h 18081
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_WidgetSetWidgetConfig.h h 2281
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\ewfiles.cmake cmake 235
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\ewfiles.inc inc 213
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\ewfiles.lst lst 512
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\ewlocale.h h 1450
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ApplicationFont.h h 144852
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ResourcesFontMedium.h h 41682
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_ResourcesWhiteBitmapStripe.h h 1986
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_RxResbg.h h 15080
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_RxResselected.h h 3409
Y:\e2\external\ew\tests\render_test\Project\RGBA8888\_WidgetSetSwitchMedium.h h 55581
TOTAL 1275050