Code Generation Report

created by Embedded Wizard Studio

Version of Embedded Wizard Studio

10.00
(build 4461)

Date of code generation

31 May 2021
17:08:27

Selected Profile

The Profile contains configuration parameters affecting the code generation.

Profile

Platform Package name

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

Tara.Win32.RGBA8888

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.

92 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.

59 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 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.

32 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.

732 KB
Project Member Name Content Type Size (Bytes)
Application::Application Class 1317
Application::secondScreen Class 378
Application::thirdScreen Class 389
Core::CursorEvent Class 630
Core::CursorGrabEvent Class 326
Core::CursorHit Class 168
Core::DialogContext Class 172
Core::DragEvent Class 324
Core::Event Class 220
Core::Group Class 15928
Core::KeyEvent Class 1703
Core::KeyPressHandler Class 650
Core::LayoutContext Class 172
Core::ModalContext Class 171
Core::Outline Class 1186
Core::RectView Class 3699
Core::Resource Class 239
Core::Root Class 10443
Core::Task Class 387
Core::TaskQueue Class 1196
Core::Timer Class 656
Core::View Class 1003
Effects::Fader Class 323
Effects::FaderTask Class 1315
Effects::ShowHideTransition Class 1264
Effects::Transition Class 308
Effects::VisibilityFader Class 897
Graphics::Canvas Class 1921
Resources::Bitmap Class 510
Resources::Font Class 744
Views::Rectangle Class 849
Views::Text Class 10596
TOTAL 60084
Unit Name Content Type Size (Bytes)
Application Constants 132
Core Constants 118
Effects Constants 24
Graphics Constants 46
Resources Constants 14
Views Constants 34
TOTAL 368
Unit Name Content Type Size (Bytes)
Application Strings 116
Core Strings 640
Effects Strings 224
Graphics Strings 208
Resources Strings 88
Views Strings 24
TOTAL 1300
Project Member Name Content Type Size (Bytes)
Resources::FontExtraLarge Font Resource 31889
TOTAL 31889
Project Member Name Content Type Size (Bytes)
Effects::ShowHideCentered Autoobject 28
TOTAL 28
Generated File Name File Type Size (Bytes)
D:\EmbeddedWizardProjects\trial1\Profile\Application.c c 18885
D:\EmbeddedWizardProjects\trial1\Profile\Application.h h 1676
D:\EmbeddedWizardProjects\trial1\Profile\Core.c c 223512
D:\EmbeddedWizardProjects\trial1\Profile\Core.h h 24010
D:\EmbeddedWizardProjects\trial1\Profile\Effects.c c 38151
D:\EmbeddedWizardProjects\trial1\Profile\Effects.h h 3799
D:\EmbeddedWizardProjects\trial1\Profile\Graphics.c c 15405
D:\EmbeddedWizardProjects\trial1\Profile\Graphics.h h 1582
D:\EmbeddedWizardProjects\trial1\Profile\Resources.c c 12289
D:\EmbeddedWizardProjects\trial1\Profile\Resources.h h 1798
D:\EmbeddedWizardProjects\trial1\Profile\Views.c c 36838
D:\EmbeddedWizardProjects\trial1\Profile\Views.h h 2874
D:\EmbeddedWizardProjects\trial1\Profile\_ApplicationApplication.h h 5516
D:\EmbeddedWizardProjects\trial1\Profile\_ApplicationsecondScreen.h h 6712
D:\EmbeddedWizardProjects\trial1\Profile\_ApplicationthirdScreen.h h 6689
D:\EmbeddedWizardProjects\trial1\Profile\_CoreCursorEvent.h h 7406
D:\EmbeddedWizardProjects\trial1\Profile\_CoreCursorGrabEvent.h h 5246
D:\EmbeddedWizardProjects\trial1\Profile\_CoreCursorHit.h h 2572
D:\EmbeddedWizardProjects\trial1\Profile\_CoreDialogContext.h h 2687
D:\EmbeddedWizardProjects\trial1\Profile\_CoreDragEvent.h h 3838
D:\EmbeddedWizardProjects\trial1\Profile\_CoreEvent.h h 2916
D:\EmbeddedWizardProjects\trial1\Profile\_CoreGroup.h h 44930
D:\EmbeddedWizardProjects\trial1\Profile\_CoreKeyEvent.h h 6010
D:\EmbeddedWizardProjects\trial1\Profile\_CoreKeyPressHandler.h h 4497
D:\EmbeddedWizardProjects\trial1\Profile\_CoreLayoutContext.h h 2370
D:\EmbeddedWizardProjects\trial1\Profile\_CoreModalContext.h h 2224
D:\EmbeddedWizardProjects\trial1\Profile\_CoreOutline.h h 8242
D:\EmbeddedWizardProjects\trial1\Profile\_CoreRectView.h h 6665
D:\EmbeddedWizardProjects\trial1\Profile\_CoreResource.h h 2259
D:\EmbeddedWizardProjects\trial1\Profile\_CoreRoot.h h 30343
D:\EmbeddedWizardProjects\trial1\Profile\_CoreTask.h h 8086
D:\EmbeddedWizardProjects\trial1\Profile\_CoreTaskQueue.h h 5649
D:\EmbeddedWizardProjects\trial1\Profile\_CoreTimer.h h 4331
D:\EmbeddedWizardProjects\trial1\Profile\_CoreView.h h 15457
D:\EmbeddedWizardProjects\trial1\Profile\_EffectsFader.h h 8781
D:\EmbeddedWizardProjects\trial1\Profile\_EffectsFaderTask.h h 6314
D:\EmbeddedWizardProjects\trial1\Profile\_EffectsShowHideTransition.h h 7137
D:\EmbeddedWizardProjects\trial1\Profile\_EffectsTransition.h h 7648
D:\EmbeddedWizardProjects\trial1\Profile\_EffectsVisibilityFader.h h 8202
D:\EmbeddedWizardProjects\trial1\Profile\_GraphicsCanvas.h h 9075
D:\EmbeddedWizardProjects\trial1\Profile\_ResourcesBitmap.h h 4057
D:\EmbeddedWizardProjects\trial1\Profile\_ResourcesFont.h h 5595
D:\EmbeddedWizardProjects\trial1\Profile\_ViewsRectangle.h h 6797
D:\EmbeddedWizardProjects\trial1\Profile\_ViewsText.h h 12648
D:\EmbeddedWizardProjects\trial1\Profile\ewfiles.cmake cmake 175
D:\EmbeddedWizardProjects\trial1\Profile\ewfiles.inc inc 157
D:\EmbeddedWizardProjects\trial1\Profile\ewfiles.lst lst 308
D:\EmbeddedWizardProjects\trial1\Profile\ewlocale.h h 1441
D:\EmbeddedWizardProjects\trial1\Profile\_ResourcesFontExtraLarge.h h 105379
TOTAL 749178