View Issue Details

IDProjectCategoryView StatusLast Update
0033672Open CASCADEOCCT:Codingpublic2024-04-14 13:17
Reporterdpasukhi Assigned Todpasukhi  
PrioritynormalSeverityminor 
Status newResolutionopen 
Target Version7.9.0 
Summary0033672: Coding - New line performance update
DescriptionSome of the functionality uses std::endl when it is not needed.
We can update logic to use "\n" instead or keep a buffer during life scope
TagsNo tags attached.
Test case number

Relationships

related to 0033588 newdpasukhi Coding - Performance research 

Activities

git

2024-04-14 13:17

administrator   ~0115701

Branch CR33672 has been created by dpasukhi.

SHA-1: 675bce58dbb6192d446822a3bf57ddc7976a26d3


Detailed log of new commits:

Author: dpasukhi
Date: Sun Apr 14 10:17:17 2024 +0000

    0033672: Coding - New line performance update
    
    Auto-fix for std::endl to \n in the file-based stream

Issue History

Date Modified Username Field Change
2024-04-06 13:42 dpasukhi New Issue
2024-04-06 13:42 dpasukhi Assigned To => dpasukhi
2024-04-06 13:42 dpasukhi Relationship added related to 0033588
2024-04-14 13:17 git Note Added: 0115701