Profiling Buddy - profile execution times (Forked from Simon Thommes)
Go to file
pullusb d4cea7670a Add gplv3 license 2024-11-25 17:54:16 +01:00
.gitignore add execute permissions on file to avoid git conflicts on server 2023-11-07 15:27:44 +01:00
ISSUE_TEMPLATE.yml add execute permissions on file to avoid git conflicts on server 2023-11-07 15:27:44 +01:00
LICENSE Add gplv3 license 2024-11-25 17:54:16 +01:00
PULL_REQUEST_TEMPLATE.md add execute permissions on file to avoid git conflicts on server 2023-11-07 15:27:44 +01:00
README.md add execute permissions on file to avoid git conflicts on server 2023-11-07 15:27:44 +01:00
__init__.py When using repeated iterations, do not store first iteration 2024-11-04 12:26:29 +01:00
modifier_profiling.py When using repeated iterations, do not store first iteration 2024-11-04 12:26:29 +01:00

README.md

PROFILING BUDDY

Profiling Panel in Modifier stack

Forked from Simon Thommes random-blender-scripts


Table of Contents
  1. Installation
  2. Contents
  3. Settings

Installation

  1. Create your own local directory in
    /home/<USER>/dev
    
  2. Create your own local directory in
    git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/profiling_buddy.git
    

Contents

Templates

  • ISSUE_TEMPLATE.yml: a yaml template for ticket creation
  • PULL_REQUEST_TEMPLATE.md: a file used for PR creation

Settings

Those seetings from gitlab will be populated to each repository created with this template

Branches

The main branch is master. It's a protected branch refusing pushing from any users who is not a Owner. In other words you have to create you own developping branch and then create a push request. After at least one validation, you will be able to push you branch to the master one.