This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
forked from ryo-0723/Siv3D_WheelSimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
195 changed files
with
63,095 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.6.33712.159 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wheel_Simulation", "Wheel_Simulation\Wheel_Simulation.vcxproj", "{96036204-BAC7-4585-8B5C-3FA51955866A}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{96036204-BAC7-4585-8B5C-3FA51955866A}.Debug|x64.ActiveCfg = Debug|x64 | ||
{96036204-BAC7-4585-8B5C-3FA51955866A}.Debug|x64.Build.0 = Debug|x64 | ||
{96036204-BAC7-4585-8B5C-3FA51955866A}.Release|x64.ActiveCfg = Release|x64 | ||
{96036204-BAC7-4585-8B5C-3FA51955866A}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {FBB75E89-FF07-4994-9BAC-F15CC212613F} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
root = true | ||
|
||
[*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}] | ||
charset = utf-8-bom | ||
insert_final_newline = true | ||
indent_size = 4 | ||
indent_style = tab | ||
trim_trailing_whitespace = true | ||
|
||
cpp_generate_documentation_comments = doxygen_triple_slash | ||
cpp_indent_braces = false | ||
cpp_indent_multi_line_relative_to = innermost_parenthesis | ||
cpp_indent_within_parentheses = indent | ||
cpp_indent_preserve_within_parentheses = true | ||
cpp_indent_case_contents = true | ||
cpp_indent_case_labels = false | ||
cpp_indent_case_contents_when_block = false | ||
cpp_indent_lambda_braces_when_parameter = true | ||
cpp_indent_goto_labels = one_left | ||
cpp_indent_preprocessor = leftmost_column | ||
cpp_indent_access_specifiers = false | ||
cpp_indent_namespace_contents = true | ||
cpp_indent_preserve_comments = false | ||
cpp_new_line_before_open_brace_namespace = ignore | ||
cpp_new_line_before_open_brace_type = ignore | ||
cpp_new_line_before_open_brace_function = ignore | ||
cpp_new_line_before_open_brace_block = ignore | ||
cpp_new_line_before_open_brace_lambda = ignore | ||
cpp_new_line_scope_braces_on_separate_lines = false | ||
cpp_new_line_close_brace_same_line_empty_type = false | ||
cpp_new_line_close_brace_same_line_empty_function = false | ||
cpp_new_line_before_catch = true | ||
cpp_new_line_before_else = true | ||
cpp_new_line_before_while_in_do_while = false | ||
cpp_space_before_function_open_parenthesis = remove | ||
cpp_space_within_parameter_list_parentheses = false | ||
cpp_space_between_empty_parameter_list_parentheses = false | ||
cpp_space_after_keywords_in_control_flow_statements = true | ||
cpp_space_within_control_flow_statement_parentheses = false | ||
cpp_space_before_lambda_open_parenthesis = false | ||
cpp_space_within_cast_parentheses = false | ||
cpp_space_after_cast_close_parenthesis = false | ||
cpp_space_within_expression_parentheses = false | ||
cpp_space_before_block_open_brace = true | ||
cpp_space_between_empty_braces = false | ||
cpp_space_before_initializer_list_open_brace = false | ||
cpp_space_within_initializer_list_braces = true | ||
cpp_space_preserve_in_initializer_list = true | ||
cpp_space_before_open_square_bracket = false | ||
cpp_space_within_square_brackets = false | ||
cpp_space_before_empty_square_brackets = false | ||
cpp_space_between_empty_square_brackets = false | ||
cpp_space_group_square_brackets = true | ||
cpp_space_within_lambda_brackets = false | ||
cpp_space_between_empty_lambda_brackets = false | ||
cpp_space_before_comma = false | ||
cpp_space_after_comma = true | ||
cpp_space_remove_around_member_operators = true | ||
cpp_space_before_inheritance_colon = true | ||
cpp_space_before_constructor_colon = true | ||
cpp_space_remove_before_semicolon = true | ||
cpp_space_after_semicolon = true | ||
cpp_space_remove_around_unary_operator = true | ||
cpp_space_around_binary_operator = insert | ||
cpp_space_around_assignment_operator = insert | ||
cpp_space_pointer_reference_alignment = left | ||
cpp_space_around_ternary_operator = insert | ||
cpp_wrap_preserve_blocks = one_liners |
207 changes: 207 additions & 0 deletions
207
Wheel_Simulation/Wheel_Simulation/App/AS_DEBUG/stats.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
|
||
Total count | ||
|
||
Never executed | ||
PopPtr | ||
PshGPtr | ||
PshC4 | ||
PshV4 | ||
PSF | ||
SwapPtr | ||
NOT | ||
PshG4 | ||
LdGRdR4 | ||
CALL | ||
RET | ||
JMP | ||
JZ | ||
JNZ | ||
JS | ||
JNS | ||
JP | ||
JNP | ||
TZ | ||
TNZ | ||
TS | ||
TNS | ||
TP | ||
TNP | ||
NEGi | ||
NEGf | ||
NEGd | ||
INCi16 | ||
INCi8 | ||
DECi16 | ||
DECi8 | ||
INCi | ||
DECi | ||
INCf | ||
DECf | ||
INCd | ||
DECd | ||
IncVi | ||
DecVi | ||
BNOT | ||
BAND | ||
BOR | ||
BXOR | ||
BSLL | ||
BSRL | ||
BSRA | ||
COPY | ||
PshC8 | ||
PshVPtr | ||
RDSPtr | ||
CMPd | ||
CMPu | ||
CMPf | ||
CMPi | ||
CMPIi | ||
CMPIf | ||
CMPIu | ||
JMPP | ||
PopRPtr | ||
PshRPtr | ||
STR | ||
CALLSYS | ||
CALLBND | ||
SUSPEND | ||
ALLOC | ||
FREE | ||
LOADOBJ | ||
STOREOBJ | ||
GETOBJ | ||
REFCPY | ||
CHKREF | ||
GETOBJREF | ||
GETREF | ||
PshNull | ||
ClrVPtr | ||
OBJTYPE | ||
TYPEID | ||
SetV4 | ||
SetV8 | ||
ADDSi | ||
CpyVtoV4 | ||
CpyVtoV8 | ||
CpyVtoR4 | ||
CpyVtoR8 | ||
CpyVtoG4 | ||
CpyRtoV4 | ||
CpyRtoV8 | ||
CpyGtoV4 | ||
WRTV1 | ||
WRTV2 | ||
WRTV4 | ||
WRTV8 | ||
RDR1 | ||
RDR2 | ||
RDR4 | ||
RDR8 | ||
LDG | ||
LDV | ||
PGA | ||
CmpPtr | ||
VAR | ||
iTOf | ||
fTOi | ||
uTOf | ||
fTOu | ||
sbTOi | ||
swTOi | ||
ubTOi | ||
uwTOi | ||
dTOi | ||
dTOu | ||
dTOf | ||
iTOd | ||
uTOd | ||
fTOd | ||
ADDi | ||
SUBi | ||
MULi | ||
DIVi | ||
MODi | ||
ADDf | ||
SUBf | ||
MULf | ||
DIVf | ||
MODf | ||
ADDd | ||
SUBd | ||
MULd | ||
DIVd | ||
MODd | ||
ADDIi | ||
SUBIi | ||
MULIi | ||
ADDIf | ||
SUBIf | ||
MULIf | ||
SetG4 | ||
ChkRefS | ||
ChkNullV | ||
CALLINTF | ||
iTOb | ||
iTOw | ||
SetV1 | ||
SetV2 | ||
Cast | ||
i64TOi | ||
uTOi64 | ||
iTOi64 | ||
fTOi64 | ||
dTOi64 | ||
fTOu64 | ||
dTOu64 | ||
i64TOf | ||
u64TOf | ||
i64TOd | ||
u64TOd | ||
NEGi64 | ||
INCi64 | ||
DECi64 | ||
BNOT64 | ||
ADDi64 | ||
SUBi64 | ||
MULi64 | ||
DIVi64 | ||
MODi64 | ||
BAND64 | ||
BOR64 | ||
BXOR64 | ||
BSLL64 | ||
BSRL64 | ||
BSRA64 | ||
CMPi64 | ||
CMPu64 | ||
ChkNullS | ||
ClrHi | ||
JitEntry | ||
CallPtr | ||
FuncPtr | ||
LoadThisR | ||
PshV8 | ||
DIVu | ||
MODu | ||
DIVu64 | ||
MODu64 | ||
LoadRObjR | ||
LoadVObjR | ||
RefCpyV | ||
JLowZ | ||
JLowNZ | ||
AllocMem | ||
SetListSiz | ||
PshListElm | ||
SetListTyp | ||
POWi | ||
POWu | ||
POWf | ||
POWd | ||
POWdi | ||
POWi64 | ||
POWu64 | ||
Thiscall1 | ||
|
||
Sequences |
Oops, something went wrong.