Skip to content

Commit 26f73d5

Browse files
Merge pull request #1368 from vlad-perevezentsev/cython_profiling
2 parents b536ae9 + 8e45a67 commit 26f73d5

19 files changed

+33
-14
lines changed

dpnp/dparray.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
45
# Copyright (c) 2016-2023, Intel Corporation

dpnp/dpnp_algo/dpnp_algo.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
45
# Copyright (c) 2016-2023, Intel Corporation

dpnp/dpnp_algo/dpnp_algo_arraycreation.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
45
# Copyright (c) 2016-2023, Intel Corporation

dpnp/dpnp_algo/dpnp_algo_bitwise.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
45
# Copyright (c) 2016-2023, Intel Corporation

dpnp/dpnp_algo/dpnp_algo_counting.pxi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
4-
# Copyright (c) 2016-2020, Intel Corporation
5+
# Copyright (c) 2016-2023, Intel Corporation
56
# All rights reserved.
67
#
78
# Redistribution and use in source and binary forms, with or without

dpnp/dpnp_algo/dpnp_algo_indexing.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
45
# Copyright (c) 2016-2023, Intel Corporation

dpnp/dpnp_algo/dpnp_algo_linearalgebra.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
45
# Copyright (c) 2016-2023, Intel Corporation

dpnp/dpnp_algo/dpnp_algo_logic.pxi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
45
# Copyright (c) 2016-2023, Intel Corporation

dpnp/dpnp_algo/dpnp_algo_manipulation.pxi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
4-
# Copyright (c) 2016-2020, Intel Corporation
5+
# Copyright (c) 2016-2023, Intel Corporation
56
# All rights reserved.
67
#
78
# Redistribution and use in source and binary forms, with or without

dpnp/dpnp_algo/dpnp_algo_mathematical.pxi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# cython: language_level=3
2+
# cython: linetrace=True
23
# -*- coding: utf-8 -*-
34
# *****************************************************************************
4-
# Copyright (c) 2016-2020, Intel Corporation
5+
# Copyright (c) 2016-2023, Intel Corporation
56
# All rights reserved.
67
#
78
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)