Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
4c3914f5
"README.md" did not exist on "fc12df85bb42ecce8cd4745bb54d46cebf2c953f"
Commit
4c3914f5
authored
14 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
ENH: add a MsgDevMacro to show what objects are visited
parent
610975f4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Common/otbPipelineMemoryPrintCalculator.cxx
+3
-1
3 additions, 1 deletion
Code/Common/otbPipelineMemoryPrintCalculator.cxx
with
3 additions
and
1 deletion
Code/Common/otbPipelineMemoryPrintCalculator.cxx
+
3
−
1
View file @
4c3914f5
...
...
@@ -61,7 +61,7 @@ void
PipelineMemoryPrintCalculator
::
Compute
()
{
// Clear the visi
s
ted process objects set
// Clear the visited process objects set
m_VisitedProcessObjects
.
clear
();
// Dry run of pipeline synchronisation
...
...
@@ -96,6 +96,7 @@ PipelineMemoryPrintCalculator::MemoryPrintType
PipelineMemoryPrintCalculator
::
EvaluateMemoryPrint
(
ProcessObjectType
*
process
)
{
otbMsgDevMacro
(
<<
"EvaluateMemoryPrint for "
<<
process
->
GetNameOfClass
()
<<
" ("
<<
process
<<
")"
)
// This variable will store the final print
MemoryPrintType
print
=
0
;
...
...
@@ -150,6 +151,7 @@ PipelineMemoryPrintCalculator::MemoryPrintType
PipelineMemoryPrintCalculator
::
EvaluateDataObjectPrint
(
DataObjectType
*
data
)
const
{
otbMsgDevMacro
(
<<
"EvaluateMemoryPrint for "
<<
data
->
GetNameOfClass
()
<<
" ("
<<
data
<<
")"
)
#define OTB_IMAGE_SIZE_BLOCK(type) \
if(dynamic_cast<itk::Image<type, 2> *>(data) != NULL) \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment