Code Generation Report

created by Embedded Wizard Studio

Version of Embedded Wizard Studio

10.00
(build 4461)

Date of code generation

29 Jun 2021
10:12:22

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

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.

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

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

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

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

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

881 KB
Project Member Name Content Type Size (Bytes)
Application::Application Class 1117
Application::Component Class 299
Core::CursorEvent Class 630
Core::CursorGrabEvent Class 326
Core::CursorHit Class 272
Core::DialogContext Class 172
Core::DragEvent Class 324
Core::Event Class 220
Core::Group Class 12028
Core::KeyEvent Class 1703
Core::KeyPressHandler Class 650
Core::LayoutContext Class 172
Core::LayoutQuadContext Class 176
Core::ModalContext Class 171
Core::Outline Class 2706
Core::QuadView Class 7631
Core::RectView Class 3707
Core::Resource Class 239
Core::Root Class 11507
Core::SimpleTouchHandler Class 4673
Core::Task Class 163
Core::TaskQueue Class 168
Core::Timer Class 760
Core::View Class 1455
Effects::Effect Class 7264
Effects::EffectTimerClass Class 210
Effects::PointEffect Class 409
Effects::TimingList Class 172
Graphics::Canvas Class 3311
Resources::Bitmap Class 510
Resources::Font Class 744
Views::Frame Class 4049
Views::Image Class 6249
Views::Rectangle Class 909
Views::Text Class 11104
WidgetSet::PushButton Class 5974
WidgetSet::PushButtonConfig Class 1860
WidgetSet::WidgetConfig Class 196
TOTAL 94230
Unit Name Content Type Size (Bytes)
Application Constants 124
Core Constants 76
Effects Constants 8
Graphics Constants 58
Resources Constants 14
Views Constants 34
WidgetSet Constants 76
TOTAL 390
Unit Name Content Type Size (Bytes)
Application Strings 44
Core Strings 308
Graphics Strings 396
Resources Strings 88
Views Strings 24
TOTAL 860
Project Member Name Content Type Size (Bytes)
WidgetSet::PushButtonMedium Bitmap Resource 6818
TOTAL 6818
Project Member Name Content Type Size (Bytes)
Resources::FontLarge Font Resource 18773
Resources::FontMedium Font Resource 11865
TOTAL 30638
Project Member Name Content Type Size (Bytes)
Effects::EffectTimer Autoobject 52
WidgetSet::PushButton_Medium Autoobject 360
TOTAL 412
Generated File Name File Type Size (Bytes)
C:\Users\jirgl\Desktop\OutlineView\Profile\Application.c c 11832
C:\Users\jirgl\Desktop\OutlineView\Profile\Application.h h 1635
C:\Users\jirgl\Desktop\OutlineView\Profile\Core.c c 241863
C:\Users\jirgl\Desktop\OutlineView\Profile\Core.h h 24113
C:\Users\jirgl\Desktop\OutlineView\Profile\Effects.c c 30096
C:\Users\jirgl\Desktop\OutlineView\Profile\Effects.h h 3670
C:\Users\jirgl\Desktop\OutlineView\Profile\Graphics.c c 24872
C:\Users\jirgl\Desktop\OutlineView\Profile\Graphics.h h 2037
C:\Users\jirgl\Desktop\OutlineView\Profile\Resources.c c 12524
C:\Users\jirgl\Desktop\OutlineView\Profile\Resources.h h 1961
C:\Users\jirgl\Desktop\OutlineView\Profile\Views.c c 69538
C:\Users\jirgl\Desktop\OutlineView\Profile\Views.h h 3746
C:\Users\jirgl\Desktop\OutlineView\Profile\WidgetSet.c c 41570
C:\Users\jirgl\Desktop\OutlineView\Profile\WidgetSet.h h 2035
C:\Users\jirgl\Desktop\OutlineView\Profile\_ApplicationApplication.h h 5435
C:\Users\jirgl\Desktop\OutlineView\Profile\_ApplicationComponent.h h 6486
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreCursorEvent.h h 7406
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreCursorGrabEvent.h h 5246
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreCursorHit.h h 3249
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreDialogContext.h h 2237
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreDragEvent.h h 3838
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreEvent.h h 2916
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreGroup.h h 29911
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreKeyEvent.h h 6010
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreKeyPressHandler.h h 4497
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreLayoutContext.h h 2370
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreLayoutQuadContext.h h 2475
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreModalContext.h h 2224
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreOutline.h h 10166
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreQuadView.h h 7696
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreRectView.h h 6806
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreResource.h h 2259
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreRoot.h h 34803
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreSimpleTouchHandler.h h 14389
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreTask.h h 2969
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreTaskQueue.h h 3980
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreTimer.h h 4509
C:\Users\jirgl\Desktop\OutlineView\Profile\_CoreView.h h 16505
C:\Users\jirgl\Desktop\OutlineView\Profile\_EffectsEffect.h h 7617
C:\Users\jirgl\Desktop\OutlineView\Profile\_EffectsEffectTimerClass.h h 2633
C:\Users\jirgl\Desktop\OutlineView\Profile\_EffectsPointEffect.h h 5395
C:\Users\jirgl\Desktop\OutlineView\Profile\_EffectsTimingList.h h 2149
C:\Users\jirgl\Desktop\OutlineView\Profile\_GraphicsCanvas.h h 13767
C:\Users\jirgl\Desktop\OutlineView\Profile\_ResourcesBitmap.h h 4057
C:\Users\jirgl\Desktop\OutlineView\Profile\_ResourcesFont.h h 5595
C:\Users\jirgl\Desktop\OutlineView\Profile\_ViewsFrame.h h 10280
C:\Users\jirgl\Desktop\OutlineView\Profile\_ViewsImage.h h 10552
C:\Users\jirgl\Desktop\OutlineView\Profile\_ViewsRectangle.h h 7081
C:\Users\jirgl\Desktop\OutlineView\Profile\_ViewsText.h h 13356
C:\Users\jirgl\Desktop\OutlineView\Profile\_WidgetSetPushButton.h h 13351
C:\Users\jirgl\Desktop\OutlineView\Profile\_WidgetSetPushButtonConfig.h h 12801
C:\Users\jirgl\Desktop\OutlineView\Profile\_WidgetSetWidgetConfig.h h 2272
C:\Users\jirgl\Desktop\OutlineView\Profile\ewfiles.cmake cmake 192
C:\Users\jirgl\Desktop\OutlineView\Profile\ewfiles.inc inc 173
C:\Users\jirgl\Desktop\OutlineView\Profile\ewfiles.lst lst 361
C:\Users\jirgl\Desktop\OutlineView\Profile\ewlocale.h h 1441
C:\Users\jirgl\Desktop\OutlineView\Profile\_ResourcesFontLarge.h h 63634
C:\Users\jirgl\Desktop\OutlineView\Profile\_ResourcesFontMedium.h h 41622
C:\Users\jirgl\Desktop\OutlineView\Profile\_WidgetSetPushButtonMedium.h h 23040
TOTAL 901243